diff options
author | Evan Martin <martine@danga.com> | 2013-04-05 17:07:48 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2013-04-05 17:07:48 (GMT) |
commit | a87ffee6bb53ebdd68e29580d67cc4093100e82e (patch) | |
tree | 399f376a590c10a17ccfb1e8eed65a88f289017e /RELEASING | |
parent | cf741082aa39b0c1167356b0a8029e3a0e6ea92b (diff) | |
download | Ninja-a87ffee6bb53ebdd68e29580d67cc4093100e82e.zip Ninja-a87ffee6bb53ebdd68e29580d67cc4093100e82e.tar.gz Ninja-a87ffee6bb53ebdd68e29580d67cc4093100e82e.tar.bz2 |
decided against using XXX in the manual for unknown versions
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -3,8 +3,7 @@ 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 +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.. |