Lines Matching +full:- +full:- +full:no +full:- +full:git +full:- +full:commit
4 1. Run afl-fuzz for a day or so and run ninja_test
5 2. Consider sending a heads-up to the ninja-build mailing list first
7 4. Update src/version.cc with new version (with ".git"), then
9 git commit -am 'mark this 1.5.0.git'
11 5. git checkout release; git merge master
14 8. commit, tag, push (don't forget to push --tags)
16 git commit -am v1.5.0; git push origin release
17 git tag v1.5.0; git push --tags
18 # Push the 1.5.0.git change on master too:
19 git checkout master; git push origin master
23 credits: `git shortlog -s --no-merges REV..`
27 1. Go to [Tags](https://github.com/ninja-build/ninja/tags)
37 2. Clone https://github.com/ninja-build/ninja-build.github.io
38 3. In that repo, `./update-docs.sh`
40 5. `git commit -m 'run update-docs.sh, 1.5.0 release'`
41 6. `git push origin master`