Skip to content

Commit

Permalink
chore: sync files
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
kenji-miyake authored Feb 26, 2022
1 parent 1aba97f commit 3c1992d
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 @@ -57,7 +57,7 @@ commit_parsers = [
# filter out the commits that are not matched by commit parsers
filter_commits = false
# glob pattern for matching git tags
tag_pattern = "v[0-9]*"
tag_pattern = "v[0-9]*.[0-9]*.[0-9]*"
# regex for skipping tags
skip_tags = "v0.0.0"
# regex for ignoring tags
Expand Down

0 comments on commit 3c1992d

Please sign in to comment.