mirror of
https://github.com/gryf/wicd.git
synced 2025-12-25 16:02:28 +01:00
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
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 (see the series page, https://launchpad.net/wicd/1.7)
|
|
- assign bugs to the milestone
|
|
- move unfinished work to the *next* milestone (this is optional, I stopped doing this)
|
|
|
|
In the sources:
|
|
- ensure all work is committed
|
|
- bzr pull to make sure you have all work
|
|
- update the VERSION_NUM variable in setup.py
|
|
- sudo python setup.py compile_translations
|
|
- sudo python setup.py configure
|
|
- sudo python setup.py install
|
|
- test: sudo python wicd/wicd-daemon.py; python gtk/wicd-client.py # and check the versio number!
|
|
- update the NEWS file
|
|
- DON'T 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 (by filling in its "released" date)
|