Skip to content

Commit

Permalink
ci: use semantic version changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Feb 23, 2024
1 parent 9377382 commit b19b646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tooling/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ protect_breaking_commits = false
# 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 = "[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
skip_tags = "0.1.0-beta.1"
# regex for ignoring tags
ignore_tags = ""
# sort the tags chronologically
Expand Down
4 changes: 2 additions & 2 deletions tooling/git-cliff-detailed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ protect_breaking_commits = false
# 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 = "[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
skip_tags = "0.1.0-beta.1"
# regex for ignoring tags
ignore_tags = ""
# sort the tags chronologically
Expand Down

0 comments on commit b19b646

Please sign in to comment.