README-release: capitalize a word and split a line
authorReuben Thomas <rrt@sc3d.org>
Thu, 9 Feb 2012 10:06:39 +0000 (11:06 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 9 Feb 2012 10:06:39 +0000 (11:06 +0100)
* top/README-release: Fix punctuation and spacing.

ChangeLog
top/README-release

index f7f003f..f0e6b31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-22  Reuben Thomas  <rrt@sc3d.org>
+
+       README-release: capitalize a word and split a line
+       * top/README-release: Fix punctuation and spacing.
+
 2012-02-08  Akim Demaille  <demaille@gostai.com>
 
        fatal-signal: use C prototypes (with explicit void).
index d6e032a..25e1dbf 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:
 
     make -k maintainer-clean || { ./configure && make maintainer-clean; }
     git checkout master
@@ -11,7 +11,9 @@ Here are most of the steps we (maintainers) follow when making a release.
   the complete list of tools.
 
 * Ensure that you're on "master" with no uncommitted diffs.
-  This should produce no output: git checkout master; git diff
+  This should produce no output:
+
+    git checkout master; git diff
 
 * Ensure that you've pushed all changes that belong in the release
   and that the NixOS/Hydra autobuilder is reporting all is well: