Skip to content

Commit 97f5157

Browse files
committed
chore(git-cliff): update config
1 parent aa1c878 commit 97f5157

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cliff.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,15 @@ protect_breaking_commits = true
129129
# filter out the commits that are not matched by commit parsers
130130
filter_commits = false
131131
# regex for matching git tags
132-
tag_pattern = "v[0-9].*"
132+
tag_pattern = "v?[0-9].*"
133133
# regex for skipping tags
134134
skip_tags = "beta|alpha"
135135
# sort the tags topologically
136136
topo_order = false
137137
# sort the commits inside sections by oldest/newest order
138138
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

Comments
 (0)