forked from deepStateMirrors/tabi
👷 chore(release): add deprecations section to changelog
This commit is contained in:
parent
9f39b7fe47
commit
5e45827322
1 changed files with 19 additions and 18 deletions
|
@ -100,6 +100,7 @@ commit_parsers = [
|
|||
{ message = "^doc", group = "<!-- 4 -->📝 Documentation" },
|
||||
{ message = "^refactor", group = "<!-- 5 -->♻️ Refactor" },
|
||||
{ message = "^revert", group = "<!-- 6 -->⏪️ Revert" },
|
||||
{ message = "^deprecate", group = "<!-- 7 -->🗑️ Deprecations" },
|
||||
{ message = "^test", group = "✅ Testing" },
|
||||
{ message = "^chore", skip = true },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue