From bae85b75e5a0645d696018bc2a044af1324aae70 Mon Sep 17 00:00:00 2001 From: Nicolas Hedger Date: Sun, 19 Nov 2023 14:02:49 +0100 Subject: [PATCH] chore(changelog): add links relevant pull requests --- CHANGELOG.md | 7 +++---- cliff.toml | 4 ++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582b9c53..ded71076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,9 @@ All notable changes to this project will be documented in this file. ### Documentation -- Refresh README (#4) +- Refresh README ([#4](https://github.com/biomejs/biome-vscode/pull/4)) ### Features -- Implement downloader (#2) -- Drop bundled configuration schema (#3) - +- Implement downloader ([#2](https://github.com/biomejs/biome-vscode/pull/2)) +- Drop bundled configuration schema ([#3](https://github.com/biomejs/biome-vscode/pull/3)) \ No newline at end of file diff --git a/cliff.toml b/cliff.toml index 4cf9ea68..f6c9ad0b 100644 --- a/cliff.toml +++ b/cliff.toml @@ -33,6 +33,10 @@ filter_unconventional = true # Filter out the commits that are not matched by commit parsers filter_commits = true +commit_preprocessors = [ + { pattern = "\\(#([0-9]+)\\)", replace = "([#${1}](https://github.com/biomejs/biome-vscode/pull/${1}))"} +] + # Commit parsers to use for parsing commits commit_parsers = [ { message = "^feat", group = "Features" },