Skip to content

Commit

Permalink
Merge pull request #3 from hamster1963/test-ignore-tags
Browse files Browse the repository at this point in the history
测试正式发布时包含测试的commit
  • Loading branch information
hamster1963 authored Jul 13, 2023
2 parents 881e17d + 3d2a5c4 commit c078680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-cliff/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ filter_commits = false
# glob pattern for matching git tags
tag_pattern = "v[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
skip_tags = ""
# regex for ignoring tags
ignore_tags = ""
ignore_tags = "v.*-beta.*"
# sort the tags topologically
topo_order = false
# sort the commits inside sections by oldest/newest order
Expand Down

0 comments on commit c078680

Please sign in to comment.