1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-13 20:35:56 +01:00

HOWTO_RELEASE: improve procedure for creating CHANGES file

This commit is contained in:
Tom Van Braeckel
2014-12-21 21:20:27 +01:00
parent 403024bce8
commit 8b0df3d622
2 changed files with 9 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ In the sources:
- ensure all work is committed
- update the NEWS file
- update the VERSION_NUM variable in setup.py
- update the CHANGES file (hint: bzr log -rXXX + attach the footer saying "this is not a complete list...")
- update the CHANGES file (hint: bzr log -r717.. | head -n -1 > CHANGES && cat in/CHANGES.suffix >> CHANGES)
Build the release tarball by running:
python setup.py sdist