summaryrefslogtreecommitdiffstats
path: root/RELEASING
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-02-01 18:31:46 (GMT)
committerEvan Martin <martine@danga.com>2013-02-01 18:31:46 (GMT)
commit447f7050d062e8b22038ba203ca822ca10da93a6 (patch)
tree1fbfdd78b65bb74753e859d20a548b3a8616d217 /RELEASING
parent99999adb50f0bd722cc06ce3d2ce3265359e947c (diff)
downloadNinja-447f7050d062e8b22038ba203ca822ca10da93a6.zip
Ninja-447f7050d062e8b22038ba203ca822ca10da93a6.tar.gz
Ninja-447f7050d062e8b22038ba203ca822ca10da93a6.tar.bz2
add a release checklist so I won't forget steps in the future
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASING b/RELEASING
new file mode 100644
index 0000000..3f83c7b
--- /dev/null
+++ b/RELEASING
@@ -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..