Skip to content

Commit

Permalink
add cliff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 12, 2024
1 parent 474afb2 commit 26d077e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# git-cliff ~ configuration file
# https://git-cliff.org/docs/configuration

[git]
commit_parsers = [
{ message = "^doc", group = "<!-- 3 -->Documentation" },
{ message = "^feat", group = "<!-- 0 -->Features" },
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
{ message = "^perf", group = "<!-- 2 -->Performance" },
{ message = "^refactor", group = "<!-- 4 -->Refactor" },
{ message = "^style", group = "<!-- 5 -->Styling" },
{ message = "^test", group = "<!-- 6 -->Testing" },
]
1 change: 1 addition & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[workspace]
semver_check = true
allow_dirty = true # The "fixtures" is being marked as dirty.
changelog_config = "cliff.toml"

0 comments on commit 26d077e

Please sign in to comment.