We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1c878 commit 97f5157Copy full SHA for 97f5157
cliff.toml
@@ -129,10 +129,15 @@ protect_breaking_commits = true
129
# filter out the commits that are not matched by commit parsers
130
filter_commits = false
131
# regex for matching git tags
132
-tag_pattern = "v[0-9].*"
+tag_pattern = "v?[0-9].*"
133
# regex for skipping tags
134
skip_tags = "beta|alpha"
135
# sort the tags topologically
136
topo_order = false
137
# sort the commits inside sections by oldest/newest order
138
sort_commits = "newest"
139
+
140
+[bump]
141
+features_always_bump_minor = true
142
+breaking_always_bump_major = true
143
+initial_tag = "1.0.0"
0 commit comments