Skip to content

Commit

Permalink
Update cliff-template.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 31, 2023
1 parent 84c2aed commit 1a1346d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cliff-template.toml
Expand Up @@ -40,9 +40,6 @@ filter_unconventional = false
commit_preprocessors = [
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/tj-actions/changed-files/issues/${2}))"},
]
commit_filters = [
{ pattern = "^Merge", invert_match = true },
]
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->🚀 Features"},
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes"},
Expand Down Expand Up @@ -84,5 +81,5 @@ commit_parsers = [
{ message = "^build", group = "<!-- 11 -->👷 CI/CD"},
]
tag_pattern = "v[0-9]*"
skip_tags = "v0.1.0-rc.1"
top_order = false
sort_commits = "newest"

0 comments on commit 1a1346d

Please sign in to comment.