mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Basic towncrier skeleton
This commit is contained in:
parent
90769fe09e
commit
f71bbff877
0
newsfragments/.gitignore
vendored
Normal file
0
newsfragments/.gitignore
vendored
Normal file
42
pyproject.toml
Normal file
42
pyproject.toml
Normal file
@ -0,0 +1,42 @@
|
||||
[tool.towncrier]
|
||||
package = "allmydata"
|
||||
package_dir = "src"
|
||||
filename = "NEWS.rst"
|
||||
directory = "newsfragments"
|
||||
start_string = ".. towncrier start line"
|
||||
title_format = "{version} ({project_date})"
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "incompat"
|
||||
name = "Backwards incompatible changes"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "feature"
|
||||
name = "Features"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "bugfix"
|
||||
name = "Bug fixes"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "installation"
|
||||
name = "Dependency/Installation changes"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "configuration"
|
||||
name = "Configuration changes"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "removed"
|
||||
name = "Removed Features"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "other"
|
||||
name = "Other changes"
|
||||
showcontent = true
|
Loading…
Reference in New Issue
Block a user