Mention reno as a possible solution to the NEWS problem
This commit is contained in:
parent
b529907818
commit
6de3bb0125
|
@ -767,8 +767,9 @@ flattened commit (while most likely also supporting using the first
|
||||||
line of the commit message if no specific news entry was specified).
|
line of the commit message if no specific news entry was specified).
|
||||||
Code for this approach has been written previously for the Mercurial
|
Code for this approach has been written previously for the Mercurial
|
||||||
workflow at http://bugs.python.org/issue18967. There is also tools
|
workflow at http://bugs.python.org/issue18967. There is also tools
|
||||||
from the community like https://pypi.python.org/pypi/towncrier and
|
from the community like https://pypi.python.org/pypi/towncrier,
|
||||||
https://github.com/twisted/newsbuilder .
|
https://github.com/twisted/newsbuilder, and
|
||||||
|
http://docs.openstack.org/developer/reno/.
|
||||||
|
|
||||||
A yet third option is a merge script to handle the conflicts. This
|
A yet third option is a merge script to handle the conflicts. This
|
||||||
approach allows for keeping the NEWS file as a single file. It does
|
approach allows for keeping the NEWS file as a single file. It does
|
||||||
|
|
Loading…
Reference in New Issue