createrelease: added a few notes

This commit is contained in:
Daniel Marjamäki 2012-07-02 06:44:30 +02:00
parent f94f5804a3
commit 34fa95153a
1 changed files with 5 additions and 0 deletions

View File

@ -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