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 80fc933 commit 722a934Copy full SHA for 722a934
cliff.toml
@@ -53,7 +53,7 @@ commit_parsers = [
53
# filter out the commits that are not matched by commit parsers
54
filter_commits = true
55
# glob pattern for matching git tags
56
-tag_pattern = "v?[0-9]*"
+tag_pattern = "v[0-9]*"
57
# regex for skipping tags
58
skip_tags = "v0.1.0-beta.1"
59
# regex for ignoring tags
0 commit comments