README-release: make it easier to execute commands
authorReuben Thomas <rrt@sc3d.org>
Sat, 18 Feb 2012 15:16:38 +0000 (15:16 +0000)
committerJim Meyering <meyering@redhat.com>
Sat, 18 Feb 2012 19:49:09 +0000 (20:49 +0100)
* top/README-release: break commands out on to separate lines.

ChangeLog
top/README-release

index 49c12ad..fa5e464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-18  Reuben Thomas  <rrt@sc3d.org>
+
+       README-release: make it easier to execute commands
+       * top/README-release: break commands out on to separate lines.
+
 2012-02-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        GNUmakefile: simplify detection of unconfigured trees
index 626777e..680547b 100644 (file)
@@ -16,16 +16,20 @@ Here are most of the steps we (maintainers) follow when making a release.
     git checkout master; git diff
 
 * Ensure that you've pushed all changes that belong in the release:
-  "git push origin master".
+
+    git push origin master
 
 * Check that the NixOS/Hydra autobuilder is reporting all is well:
 
     http://hydra.nixos.org/jobset/gnu/@PACKAGE@-master
 
-* Run "./bootstrap && ./configure".  This downloads any new translations.
+* Run the following command to download any new translations:
+
+    ./bootstrap && ./configure
+
+* Pre-release testing: ensure that the following command succeeds:
 
-* Pre-release testing: ensure that "make check syntax-check distcheck"
-  succeeds.
+    make check syntax-check distcheck
 
 * Set the date, version number, and release type [stable/alpha/beta] on
   line 3 of NEWS, commit that, and tag the release by running e.g.,