Skip to content

Commit

Permalink
chore: link to pull requests in changelog (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysparry authored Nov 29, 2024
1 parent 5fa845c commit eadb7a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ commit_parsers = [
{ message = "^.*: [Ff]ix", group = "Fixed" },
{ message = "^.*", group = "Changed" },
]
# Pre-process commits
commit_preprocessors = [
{ pattern = "\\(#(\\d+)\\)", replace = "([#$1](https://github.com/rhysparry/Dirt.Args/pull/$1))" }
]
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
Expand Down

0 comments on commit eadb7a2

Please sign in to comment.