From 34fa95153a27d6a0b856d4c1716570de53d20c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 2 Jul 2012 06:44:30 +0200 Subject: [PATCH] createrelease: added a few notes --- createrelease | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/createrelease b/createrelease index 32c648928..3a3b08bd0 100755 --- a/createrelease +++ b/createrelease @@ -19,6 +19,9 @@ # - man/manual.docbook # - win_installer/productInfo.wxs # +# Make sure versions are set: +# grep 'VERSION ' cli/cppcheck.rc +# # Update the Changelog.. # wget http://josefsson.org/git2cl/git2cl # chmod 744 git2cl @@ -30,6 +33,8 @@ # ./dmake --release # git commit -a -m "1.43: Updated Makefile" # +# Build and test the windows installer +# # Tag: # git tag 1.43 # git push --tags