Skip to content

Commit feee0d8

Browse files
committed
chore: Fix git-cliff config
1 parent f4c6fd8 commit feee0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ commit_parsers = [
7373
# filter out the commits that are not matched by commit parsers
7474
filter_commits = false
7575
# glob pattern for matching git tags
76-
ignore_tags = "nightly|*@"
76+
ignore_tags = "nightly|.*@"
7777
limit_commits = 1000
7878
tag_pattern = "v[0-9]*"

0 commit comments

Comments
 (0)