mirror of https://github.com/nucypher/nucypher.git
37 lines
963 B
TOML
37 lines
963 B
TOML
[tool.towncrier]
|
|
package = "nucypher"
|
|
package_dir = "nucypher"
|
|
filename = "docs/source/release_notes/releases.rst"
|
|
directory = "newsfragments"
|
|
underlines = ["-", "~", "^", "*"]
|
|
issue_format = "`#{issue} <https://github.com/nucypher/nucypher/issues/{issue}>`__"
|
|
title_format = "v{version} ({project_date})"
|
|
|
|
[[tool.towncrier.section]]
|
|
path = ""
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "feature"
|
|
name = "Features"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "bugfix"
|
|
name = "Bugfixes"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "doc"
|
|
name = "Improved Documentation"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "removal"
|
|
name = "Deprecations and Removals"
|
|
showcontent = true
|
|
|
|
[[tool.towncrier.type]]
|
|
directory = "misc"
|
|
name = "Misc"
|
|
showcontent = true
|