bug-gnulib
[Top][All Lists]
Advanced

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

README-release


From: Reuben Thomas
Subject: README-release
Date: Tue, 20 Mar 2012 13:38:13 -0000

A slight simplification:

>From 4ab7998acbf4f829fdecabd83dc75beedcdffea1 Mon Sep 17 00:00:00 2001
From: Reuben Thomas <address@hidden>
Date: Tue, 20 Mar 2012 13:37:21 +0000
Subject: [PATCH] README-release: simplify slightly

* top/README-release: only run "git checkout master" once.
---
 ChangeLog          |    5 +++++
 top/README-release |    8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d2370a0..35d1662 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-20  Reuben Thomas  <address@hidden>
+
+       README-release: simplify slightly
+       * top/README-release: only run "git checkout master" once.
+
 2012-03-18  Andreas Oberritter  <address@hidden>
 
        git-version-gen: don't let "prefix" envvar cause trouble
diff --git a/top/README-release b/top/README-release
index 680547b..29ba260 100644
--- a/top/README-release
+++ b/top/README-release
@@ -1,6 +1,6 @@
 Here are most of the steps we (maintainers) follow when making a release.
 
-* Start from a clean, up-to-date git directory:
+* Start from a clean, up-to-date git directory on "master":
 
     make -k maintainer-clean || { ./configure && make maintainer-clean; }
     git checkout master
@@ -10,10 +10,10 @@ Here are most of the steps we (maintainers) follow when 
making a release.
   are in your PATH.  See the buildreq list in bootstrap.conf for
   the complete list of tools.
 
-* Ensure that you're on "master" with no uncommitted diffs.
-  This should produce no output:
+* Ensure that you have no uncommitted diffs.  This should produce no
+  output:
 
-    git checkout master; git diff
+    git diff
 
 * Ensure that you've pushed all changes that belong in the release:
 
-- 
1.7.9.1


-- 
http://rrt.sc3d.org/



reply via email to

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