summaryrefslogtreecommitdiffstats
path: root/RELEASING
blob: 0593e6d48c0df4b68d14c1b5be3ffbdbee969b70 (plain)
1
2
3
4
5
6
7
8
9
10
Notes to myself on all the steps to make for a Ninja release.

1. git checkout release; git merge master
2. fix version number in source (it will likely conflict in the above)
3. fix version in doc/manual.asciidoc
4. grep doc/manual.asciidoc for XXX, fix version references
5. rebuild manual, put in place on website
6. commit, tag, push
7. construct release notes from prior notes
   credits: git shortlog -s --no-merges REV..