hacking: release procedure: fix order of some steps
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 17 Nov 2012 18:42:58 +0000 (19:42 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 17 Nov 2012 18:42:58 +0000 (19:42 +0100)
* HACKING (Release procedure): The manuals should be rebuilt and
uploaded at at www.gnu.org *before* bumping the version number to
the next alpha release.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
HACKING

diff --git a/HACKING b/HACKING
index e245039..d69c75d 100644 (file)
--- a/HACKING
+++ b/HACKING
   locations.  In case you need to sign with a non-default key, you can
   use "make GNUPLOADFLAGS='--user KEY' git-upload-release".
 
-* Update version number in configure.ac to next alpha number.
-  Re-run ./bootstrap.sh and commit.
-
-* Don't forget to "git push" your changes so they appear in the public
-  git tree.
-
 * For stable releases, update the manuals at www.gnu.org:
   - Generate manuals:
     cd doc
   - Check for link errors, fix them, recheck until convergence:
     <http://validator.w3.org/checklink>
 
+* Update version number in configure.ac to next alpha number.
+  Re-run ./bootstrap.sh and commit.
+
+* Don't forget to "git push" your changes so they appear in the public
+  git tree.
+
 * Send the announcement at least to <autotools-announce@gnu.org> and
   <automake@gnu.org>.  If the release is a stable one, the announcement
   must also go to <info-gnu@gnu.org>; if it is an alpha or beta release,