From: Eric S. Raymond Date: Mon, 8 Oct 2012 16:42:41 +0000 (-0400) Subject: Update the release procedure. X-Git-Tag: 1.10~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15d90ad79020a2c4667fe7c35d6ef8343e4f08cf;p=irker.git Update the release procedure. --- diff --git a/hacking.txt b/hacking.txt index 583113f..253a2c6 100644 --- a/hacking.txt +++ b/hacking.txt @@ -33,15 +33,17 @@ type switch. It can deduce the repo type by looking, so it should. == Release procedure == -1. Do 'make pylint' to audit the code. +1. Check for merge requests at gitorious -2. Run irkerd and irkerhook.py; look at #irker on freenode to verify. +2. Do 'make pylint' to audit the code. -3. Bump the version numbers in irkerd and irkerhook.py +3. Run irkerd and irkerhook.py; look at #irker on freenode to verify. -4. Update the NEWS file +4. Bump the version numbers in irkerd and irkerhook.py -5. make dist; make release +5. Update the NEWS file + +6. make dist; make release == Thanks where due ==