1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 05:18:02 +01:00
Files
wicd/HOWTO_RELEASE
Tom Van Braeckel ce65506676 Add author info
2015-02-12 14:57:31 +01:00

23 lines
702 B
Plaintext

This is a quick-and-dirty reminder document on how to create a new release.
It might not be complete or perfect, but it's better than having nothing.
Author: Tom Van Braeckel
On http://launchpad.net/wicd
- create the milestone
- assign bugs to the milestone
- move unfinished work to the *next* milestone
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 -r717.. | head -n -1 > CHANGES && cat in/CHANGES.suffix >> CHANGES)
Build the release tarball by running:
python setup.py sdist
On http://launchpad.net/wicd
- Attach the dist/wicd-*.tar.gz file to the milestone
- Release the milestone