Add internal type for release notes

This commit is contained in:
Jason Carver
2019-11-25 12:28:05 -08:00
committed by Christoph Burgdorf
parent 07eecb5c69
commit 89363b2d9b
3 changed files with 23 additions and 8 deletions

View File

@ -6,8 +6,6 @@ directory = "newsfragments"
underlines = ["-", "~", "^"]
issue_format = "`#{issue} <https://github.com/ethereum/<REPO_NAME>/issues/{issue}>`__"
# Configure all default sections plus an extra one for performance improvements.
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
@ -33,7 +31,12 @@ directory = "removal"
name = "Deprecations and Removals"
showcontent = true
[[tool.towncrier.type]]
directory = "internal"
name = "Internal Changes - for <PROJECT_NAME> Contributors"
showcontent = true
[[tool.towncrier.type]]
directory = "misc"
name = "Miscellaneous internal changes"
showcontent = false
name = "Miscellaneous changes"
showcontent = false