Deprecate looponfail plugin

Fix #826
This commit is contained in:
Bruno Oliveira
2022-10-22 10:24:20 -03:00
parent f2064873fd
commit 8b0856a986
5 changed files with 19 additions and 6 deletions

View File

@@ -19,7 +19,12 @@ template = "changelog/_template.rst"
[[tool.towncrier.type]]
directory = "removal"
name = "Deprecations and Removals"
name = "Removals"
showcontent = true
[[tool.towncrier.type]]
directory = "deprecation"
name = "Deprecations"
showcontent = true
[[tool.towncrier.type]]