From 7b62cbf09a26162038a769fc28a073ad85b4dbe5 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Dec 2011 17:30:58 +0000 Subject: [PATCH] Add a workaround for not being able to ensure that git commit triggers ChangeLog update. --- doc/HOWTO-RELEASE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index cb88041..18cb2e5 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -18,6 +18,8 @@ How to make a new release of GNU Stow - Ensure all changes are committed to git. + - Run `rm ChangeLog' to ensure it will get rebuilt. + - Run make distcheck and ensure that everything looks good. It should generate the distribution files for you.