From: Jim Meyering Date: Thu, 14 Jan 2010 13:39:11 +0000 (-0700) Subject: maint: add missing "post-release push" step to release procedure X-Git-Tag: v8.5~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eccf54368f51b9492f1e744b66aeb56cea8706e9;p=thirdparty%2Fcoreutils.git maint: add missing "post-release push" step to release procedure * 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. --- diff --git a/README-release b/README-release index 9aaf3a010a..7a73c9dcd7 100644 --- a/README-release +++ b/README-release @@ -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.,