Skip to content

Commit

Permalink
chore(config): update the skip_tags regex
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 19, 2021
1 parent c7f08fe commit 28171f0
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 @@ -50,4 +50,4 @@ filter_commits = false
# glob pattern for matching git tags
tag_pattern = "v[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0*"
skip_tags = "v0.1.0-beta.1"

0 comments on commit 28171f0

Please sign in to comment.