We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e5901 commit f97b02dCopy full SHA for f97b02d
1 file changed
cliff.toml
@@ -72,6 +72,8 @@ postprocessors = [
72
# output = "test.md"
73
74
[git]
75
+# ignore pre-release tags
76
+ignore_tags = "rc|alpha|beta"
77
# parse the commits based on https://www.conventionalcommits.org
78
conventional_commits = true
79
# filter out the commits that are not conventional
0 commit comments