[IMP] towncrier configuration

This commit is contained in:
Rémy Taymans 2024-10-01 11:51:41 +02:00
parent 1f95377efa
commit 04636852ea
2 changed files with 27 additions and 2 deletions

View File

@ -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.

View File

@ -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