Skip to content

Commit

Permalink
release-plz: Add a new cleanup section
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 25, 2024
1 parent 0928922 commit 575fa43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ commit_parsers = [
{ message = '(?i)^(\w+: )?feat', group = "added" },
{ message = '(?i)^(\w+: )?add', group = "added" },
{ message = '(?i)^(\w+: )?change', group = "changed" },
{ message = '(?i)^(\w+: )?cleanup', group = "cleanup" },
{ message = '(?i)^(\w+: )?deprecate', group = "deprecated" },
{ message = '(?i)^(\w+: )?remove', group = "removed" },
{ message = '(?i)^(\w+: )?fix', group = "fixed" },
Expand Down

0 comments on commit 575fa43

Please sign in to comment.