diff options
author | Jim Meyering <meyering@redhat.com> | 2010-01-14 06:39:11 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2010-01-14 06:39:11 -0700 |
commit | eccf54368f51b9492f1e744b66aeb56cea8706e9 (patch) | |
tree | de498d4c063617269f18fe055ce12bba83328ca9 /README-release | |
parent | 7ba0e90c5585f4ba762b4d05757c747a1e7cdd70 (diff) | |
download | coreutils-eccf54368f51b9492f1e744b66aeb56cea8706e9.tar.xz |
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.
Diffstat (limited to 'README-release')
-rw-r--r-- | README-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README-release b/README-release index 9aaf3a010..7a73c9dcd 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., |