[ADD] towncrier support for building changlog

This commit is contained in:
Rémy Taymans 2024-03-14 15:37:24 +01:00
parent c345d831bc
commit abefad1607
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
odoo-openupgrade-wizard changes
*******************************
This file compiles releases and changes made in
``odoo-openupgrade-wizard``.
.. towncrier release notes start

1
newsfragments/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!.gitignore

View File

@ -65,3 +65,11 @@ line-length = 79
[tool.isort] [tool.isort]
profile = "black" profile = "black"
line_length = 79 line_length = 79
[tool.towncrier]
name = "odoo-openupgrade-wizard"
package = "odoo_openupgrade_wizard"
package_dir = "."
filename = "CHANGES.rst"
directory = "newsfragments"
wrap = true