Skip to content

Commit

Permalink
other: rename CHANGELOG groups
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Apr 30, 2024
1 parent 5c0afb4 commit d4be22d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ body = """
{% endfor %}
"""
commit_parsers = [
{ message = "^feat", group = "<!-- 0 -->New featues" },
{ message = "^changed", group = "<!-- 1 -->Changes" },
{ message = "^feat", group = "<!-- 0 -->Added" },
{ message = "^changed", group = "<!-- 1 -->Changed" },
{ message = "^deprecated", group = "<!-- 2 -->Deprecated" },
{ message = "^fix", group = "<!-- 3 -->Bug fixes" },
{ message = "^fix", group = "<!-- 3 -->Fixed" },
{ message = "^security", group = "<!-- 4 -->Security" },
{ message = "^docs", group = "<!-- 5 -->Documentation" },
{ message = "^test", group = "<!-- 6 -->Tests" },
Expand Down

0 comments on commit d4be22d

Please sign in to comment.