Skip to content

Commit 83405a2

Browse files
committed
chore(cliff): set breaking_always_bump_major = false
1 parent 21fac29 commit 83405a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cliff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# git-cliff ~ configuration file
22
# https://git-cliff.org/docs/configuration
33

4+
[bump]
5+
features_always_bump_minor = true
6+
breaking_always_bump_major = false
7+
48
[git]
59
commit_parsers = [
610
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },

0 commit comments

Comments
 (0)