mirror of
https://github.com/welpo/tabi.git
synced 2026-02-15 23:57:19 +01:00
👷 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 = "^doc", group = "<!-- 4 -->📝 Documentation" },
|
||||||
{ message = "^refactor", group = "<!-- 5 -->♻️ Refactor" },
|
{ message = "^refactor", group = "<!-- 5 -->♻️ Refactor" },
|
||||||
{ message = "^revert", group = "<!-- 6 -->⏪️ Revert" },
|
{ message = "^revert", group = "<!-- 6 -->⏪️ Revert" },
|
||||||
|
{ message = "^deprecate", group = "<!-- 7 -->🗑️ Deprecations" },
|
||||||
{ message = "^test", group = "✅ Testing" },
|
{ message = "^test", group = "✅ Testing" },
|
||||||
{ message = "^chore", skip = true },
|
{ message = "^chore", skip = true },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue