maint: add missing "post-release push" step to release procedure
authorJim Meyering <meyering@redhat.com>
Thu, 14 Jan 2010 13:39:11 +0000 (06:39 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 14 Jan 2010 13:39:11 +0000 (06:39 -0700)
* README-release: Push the automated release and post-release
NEWS-updating commits.
Pádraig Brady reported that I'd pushed the tag without also
pushing the followup commit.

README-release

index 9aaf3a0..7a73c9d 100644 (file)
@@ -56,10 +56,10 @@ Once all the builds and tests have passed,
   download all tarball/signature pairs and use gpg --verify to ensure
   that they're all valid.
 
-* Push the new tag:
+* Push the NEWS-updating changes and the new tag:
 
     v=$(cat .prev-version)
-    git push origin tag v$v
+    git push origin master tag v$v
 
 * Send the gpg-signed announcement mail, e.g.,