tREADME-release - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tREADME-release (724B)
---
1 New version checklist:
2
3 - cd po; rm dopewars.pot; make dopewars.pot; make update-po; ./check-cformat.sh
4 - Add version number, date to ChangeLog.md
5 - Change stable version number in NEWS README.md doc/installation.html doc/index.html doc/windows.html
6 - git checkout -b release/x.y.z
7 - Change SVN to x.y.z in configure.ac and commit
8 - Merge into master, tag, and push:
9 git checkout master; git merge --no-ff -m 'Merge for x.y.z release' origin/release/x.y.z; git diff origin/develop; git push origin master; git tag -s -u 22A3BF2B vx.y.z; git push origin vx.y.z
10 - Delete temporary branch:
11 git branch -d release/x.y.z; git push origin :release/x.y.z
12 - make dist, upload tar.gz plus RPMs and .exes to GitHub and SourceForge