Skip to content

Commit

Permalink
chore: Configure git-cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 1, 2024
1 parent a0c0cee commit 96e3656
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 96e3656

Please sign in to comment.