Skip to content

Commit

Permalink
fix: change git-cliff "tag_pattern" option to regex
Browse files Browse the repository at this point in the history
Changed with v1.4.0
See: orhun/git-cliff#318

Signed-off-by: moson <[email protected]>
  • Loading branch information
moson-mo committed Dec 8, 2023
1 parent 1b82887 commit 1ba9e6e
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 @@ -47,6 +47,6 @@ commit_parsers = [
# filter out the commits that are not matched by commit parsers
filter_commits = false
# glob pattern for matching git tags
tag_pattern = "*[0-9]*"
tag_pattern = "v[0-9]."
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"

0 comments on commit 1ba9e6e

Please sign in to comment.