Skip to content

Commit

Permalink
chore(changelog): ignore alpha tags (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 27, 2023
1 parent 8b36683 commit 6009844
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 @@ -98,7 +98,7 @@ tag_pattern = "v[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0-rc.1"
# regex for ignoring tags
ignore_tags = ""
ignore_tags = "alpha"
# sort the tags topologically
topo_order = false
# sort the commits inside sections by oldest/newest order
Expand Down

0 comments on commit 6009844

Please sign in to comment.