# HG changeset patch # User Reuben Thomas # Date 1328781999 -3600 # Node ID 160fbb5c6a47b6a27b15ce03b14ce7e5d87030de # Parent 89227b9895880825728d2560f952437931c90bc2 README-release: capitalize a word and split a line * top/README-release: Fix punctuation and spacing. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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 @@ 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: