README-release: simplify slightly
authorReuben Thomas <rrt@sc3d.org>
Tue, 20 Mar 2012 13:37:21 +0000 (13:37 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 20 Mar 2012 16:30:09 +0000 (17:30 +0100)
* top/README-release: Run "git checkout master" only once.

ChangeLog
top/README-release

index 03e424f..748f098 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-20  Reuben Thomas  <rrt@sc3d.org>
+
+       README-release: simplify slightly
+       * top/README-release: Run "git checkout master" only once.
+
 2012-03-15  Mark Wielaard  <mark@klomp.org>
 
        git-merge-changelog: add specific example on how to use with hg.
index 680547b..29ba260 100644 (file)
@@ -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: