Skip to content

Commit

Permalink
chore: Fix git-cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 1, 2024
1 parent f4c6fd8 commit feee0d8
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 @@ -73,6 +73,6 @@ commit_parsers = [
# filter out the commits that are not matched by commit parsers
filter_commits = false
# glob pattern for matching git tags
ignore_tags = "nightly|*@"
ignore_tags = "nightly|.*@"
limit_commits = 1000
tag_pattern = "v[0-9]*"

0 comments on commit feee0d8

Please sign in to comment.