chore(changelog): Add deprecation changelog snippet type

This commit is contained in:
Georg Krause 2023-01-22 13:23:28 +01:00
commit a69b3b3e20
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -52,6 +52,11 @@ directory = "misc"
name = "Other"
showcontent = true
[[tool.towncrier.type]]
directory = "deprecation"
name = "Deprecation"
showcontent = true
[[tool.towncrier.type]]
directory = "removal"
name = "Removal"