changeset 16375:dea41e513071

README-release: make it easier to execute commands * top/README-release: break commands out on to separate lines.
author Reuben Thomas <rrt@sc3d.org>
date Sat, 18 Feb 2012 15:16:38 +0000
parents 0502180e1e16
children c149bb2eb2b7
files ChangeLog top/README-release
diffstat 2 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/top/README-release
+++ b/top/README-release
@@ -16,16 +16,20 @@
     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 "make check syntax-check distcheck"
-  succeeds.
+* Pre-release testing: ensure that the following command 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.,