diff --git a/docs/release-checklist.md b/docs/release-checklist.md index 2105066004c..a6c35804426 100644 --- a/docs/release-checklist.md +++ b/docs/release-checklist.md @@ -1,8 +1,9 @@ # go-ipfs release checklist -[ ] all tests pass (no exceptions) -[ ] webui works (for most definitions of 'works') -[ ] CHANGELOG.md has been updated -[ ] version string in `repo/config/version.go` has been updated -[ ] tag commit with vX.Y.Z -[ ] update release branch to point to release commit +- [ ] all tests pass (no exceptions) +- [ ] webui works (for most definitions of 'works') +- [ ] CHANGELOG.md has been updated +- [ ] version string in `repo/config/version.go` has been updated +- [ ] tag commit with vX.Y.Z +- [ ] update release branch to point to release commit +- [ ] ensure version is built in gobuilder