Now use towncrier for changelog management
This commit is contained in:
parent
1304f3e3d8
commit
726bbf3032
7 changed files with 64 additions and 5 deletions
33
pyproject.toml
Normal file
33
pyproject.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
[tool.towncrier]
|
||||
package = "changes"
|
||||
package_dir = ""
|
||||
filename = "CHANGELOG"
|
||||
directory = "changes/changelog.d/"
|
||||
start_string = ".. towncrier\n"
|
||||
template = "changes/template.rst"
|
||||
issue_format = ""
|
||||
title_format = "{version} (unreleased)"
|
||||
underlines = "-"
|
||||
|
||||
[[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 = "Documentation"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "misc"
|
||||
name = "Other"
|
||||
showcontent = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue