chore(changelog): Introduce refactoring category for changelog

This commit is contained in:
Georg Krause 2022-10-08 12:51:51 +02:00
commit fdc2ba5301
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -22,6 +22,11 @@
name = "Enhancements"
showcontent = true
[[tool.towncrier.type]]
directory = "refactoring"
name = "Refactoring"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bugfixes"