[ADD] towncrier support for building changlog
This commit is contained in:
parent
c345d831bc
commit
abefad1607
|
|
@ -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
1
newsfragments/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
!.gitignore
|
||||
|
|
@ -65,3 +65,11 @@ line-length = 79
|
|||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length = 79
|
||||
|
||||
[tool.towncrier]
|
||||
name = "odoo-openupgrade-wizard"
|
||||
package = "odoo_openupgrade_wizard"
|
||||
package_dir = "."
|
||||
filename = "CHANGES.rst"
|
||||
directory = "newsfragments"
|
||||
wrap = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user