Skip to content

Commit 722a934

Browse files
authored
chore: fix tag_pattern in cliff.toml (#330)
1 parent 80fc933 commit 722a934

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
@@ -53,7 +53,7 @@ commit_parsers = [
5353
# filter out the commits that are not matched by commit parsers
5454
filter_commits = true
5555
# glob pattern for matching git tags
56-
tag_pattern = "v?[0-9]*"
56+
tag_pattern = "v[0-9]*"
5757
# regex for skipping tags
5858
skip_tags = "v0.1.0-beta.1"
5959
# regex for ignoring tags

0 commit comments

Comments
 (0)