improved checklist
Juan Benet committed
Dec 7, 2015 at 23:13 UTC
243a1589246fd760cfaad0b0162f763c6f0b3e71
1 file changed
+7
-6
docs/release-checklist.md
+7
-6
@@ -1,8 +1,9 @@
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
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
9
+- [ ] ensure version is built in gobuilder