mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 11:49:45 +00:00
add a release checklist so I won't forget steps in the future
This commit is contained in:
parent
99999adb50
commit
447f7050d0
9
RELEASING
Normal file
9
RELEASING
Normal file
@ -0,0 +1,9 @@
|
||||
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. rebuild manual, put in place on website
|
||||
5. commit, tag, push
|
||||
6. construct release notes from prior notes
|
||||
credits: git shortlog -s --no-merges REV..
|
Loading…
Reference in New Issue
Block a user