[IMP] towncrier configuration
This commit is contained in:
parent
1f95377efa
commit
04636852ea
|
|
@ -1,2 +1,2 @@
|
|||
* Avoid to crash if postgresql-version is not set, adding prompt option.
|
||||
* add extra text to mention postgresql version constraints.
|
||||
Avoid to crash if postgresql-version is not set, adding prompt option
|
||||
and add extra text to mention postgresql version constraints.
|
||||
|
|
|
|||
|
|
@ -79,3 +79,28 @@ package_dir = "."
|
|||
filename = "CHANGES.rst"
|
||||
directory = "newsfragments"
|
||||
wrap = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "feature"
|
||||
name = "Features"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "bugfix"
|
||||
name = "Bugfixes"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "removal"
|
||||
name = "Removals"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "doc"
|
||||
name = "Documentation"
|
||||
showcontent = true
|
||||
|
||||
[[tool.towncrier.type]]
|
||||
directory = "misc"
|
||||
name = "Misc"
|
||||
showcontent = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user