bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: add missing "post-release push" step to release procedure


From: Jim Meyering
Subject: [PATCH] maint: add missing "post-release push" step to release procedure
Date: Thu, 14 Jan 2010 11:45:09 +0100

Thanks again, Pádraig.

>From 0df20967fc0fabce1346ce0a5ba64b5a5f5250f9 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 14 Jan 2010 11:42:22 +0100
Subject: [PATCH] maint: add missing "post-release push" step to release 
procedure
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* 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 commit it referred to.
---
 README-release |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/README-release b/README-release
index 9aaf3a0..316690e 100644
--- a/README-release
+++ b/README-release
@@ -56,8 +56,9 @@ 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:

+    git push origin
     v=$(cat .prev-version)
     git push origin tag v$v

--
1.6.6.556.gd6679




reply via email to

[Prev in Thread] Current Thread [Next in Thread]