sync version number in master with release
[platform/upstream/ninja.git] / RELEASING
1 Notes to myself on all the steps to make for a Ninja release.
2
3 1. update src/version.cc with new version (with ".git")
4 2. git checkout release; git merge master
5 3. fix version number in src/version.cc (it will likely conflict in the above)
6 4. fix version in doc/manual.asciidoc
7 5. rebuild manual, put in place on website
8 6. commit, tag, push
9 7. construct release notes from prior notes
10    credits: git shortlog -s --no-merges REV..