release checklist
License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
Juan Batiz-Benet committed
Aug 2, 2015 at 15:54 UTC
4a8c938c7a32d1f017cffd651d897c2287007120
1 file changed
+8
docs/release-checklist.md
new
+8
@@ -0,0 +1,8 @@
1
+# go-ipfs release checklist
2
+
3
+[ ] all tests pass (no exceptions)
4
+[ ] webui works (for most definitions of 'works')
5
+[ ] CHANGELOG.md has been updated
6
+[ ] version string in `repo/config/version.go` has been updated
7
+[ ] tag commit with vX.Y.Z
8
+[ ] update release branch to point to release commit