mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 15:10:54 +00:00
Add internal type for release notes
This commit is contained in:
committed by
Christoph Burgdorf
parent
07eecb5c69
commit
89363b2d9b
@ -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
|
||||
|
||||
Reference in New Issue
Block a user