add a release checklist so I won't forget steps in the future
[platform/upstream/ninja.git] / RELEASING
1 Notes to myself on all the steps to make for a Ninja release.
2
3 1. git checkout release; git merge master
4 2. fix version number in source (it will likely conflict in the above)
5 3. fix version in doc/manual.asciidoc
6 4. rebuild manual, put in place on website
7 5. commit, tag, push
8 6. construct release notes from prior notes
9    credits: git shortlog -s --no-merges REV..