From f813c1c7a861dcaf999543c106e955fc574fac75 Mon Sep 17 00:00:00 2001 From: Tom Van Braeckel Date: Mon, 25 Jan 2016 05:36:45 +0100 Subject: [PATCH] Update HOWTO_RELEASE after doing the 1.7.4 release --- HOWTO_RELEASE | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 0af44fb..6db9620 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -4,19 +4,24 @@ 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 +- 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 +- move unfinished work to the *next* milestone (this is optional, I stopped doing this) In the sources: - ensure all work is committed -- update the NEWS file +- bzr pull to make sure you have all work - 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) +- 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 +- Release the milestone (by filling in its "released" date)