Give documentation its own towncrier category

This commit is contained in:
Sajith Sasidharan 2021-04-02 18:16:20 -04:00
parent b6528249fb
commit 0d2f282524
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
Documentation now has its own towncrier category.

View File

@ -37,6 +37,11 @@
name = "Configuration Changes" name = "Configuration Changes"
showcontent = true showcontent = true
[[tool.towncrier.type]]
directory = "documentation"
name = "Documentation Changes"
showcontent = true
[[tool.towncrier.type]] [[tool.towncrier.type]]
directory = "removed" directory = "removed"
name = "Removed Features" name = "Removed Features"