Skip to content

Commit

Permalink
chore(changelog): add links relevant pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 19, 2023
1 parent b8870bc commit bae85b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
4 changes: 4 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit bae85b7

Please sign in to comment.