From: Reuben Thomas Date: Thu, 9 Feb 2012 10:06:39 +0000 (+0100) Subject: README-release: capitalize a word and split a line X-Git-Tag: v0.1~1161 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=eab243b0c190e877bcdfe4242ccce63bf3677529;p=gnulib.git README-release: capitalize a word and split a line * top/README-release: Fix punctuation and spacing. --- diff --git a/ChangeLog b/ChangeLog index f7f003f5a..f0e6b31e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-22 Reuben Thomas + + README-release: capitalize a word and split a line + * top/README-release: Fix punctuation and spacing. + 2012-02-08 Akim Demaille fatal-signal: use C prototypes (with explicit void). diff --git a/top/README-release b/top/README-release index d6e032a96..25e1dbf0c 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: 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: