Support a 'removed endpoints' changelog type

This commit is contained in:
Travis Ralston 2020-03-24 11:29:00 -06:00
parent b6d97c5983
commit f7ce75d36c
6 changed files with 57 additions and 27 deletions

View file

@ -19,6 +19,11 @@
name = "New Endpoints"
showcontent = true
[[tool.towncrier.type]]
directory = "removal"
name = "Removed Endpoints"
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "Backwards Compatible Changes"