From 403024bce81cbb90afbda4a3aedf0eab6e66df91 Mon Sep 17 00:00:00 2001 From: Tom Van Braeckel Date: Sun, 21 Dec 2014 21:13:30 +0100 Subject: [PATCH] wicd: add HOWTO_RELEASE file with documentation as a memory aid --- HOWTO_RELEASE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 HOWTO_RELEASE diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE new file mode 100644 index 0000000..7551319 --- /dev/null +++ b/HOWTO_RELEASE @@ -0,0 +1,20 @@ +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. + +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 -rXXX + attach the footer saying "this is not a complete list...") + +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