Skip to content

Commit

Permalink
👷 misc(git-cliff): ignore pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Nov 21, 2024
1 parent 221c6a8 commit 6223d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags
ignore_tags = ""
ignore_tags = "beta|alpha|prerelease|pre-release|rc"
# sort the tags topologically
topo_order = false
# sort the commits inside sections by oldest/newest order
Expand Down

0 comments on commit 6223d99

Please sign in to comment.