diff --git a/docs/releases.md b/docs/releases.md index f0edef37e..49dceb8aa 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -23,11 +23,11 @@ will be allowed up to release day. - [ ] CHANGELOG.md has been updated - use `./bin/mkreleaselog` to generate a nice starter list - [ ] version string in `repo/version.go` has been updated +- [ ] publish gx version with `gx release`, as per [gx release guidelines](https://github.com/whyrusleeping/gx#publishing-and-releasing) - [ ] tag commit with vX.Y.Z -- [ ] update release branch to point to release commit +- [ ] update release branch to point to release commit (`git merge vX.Y.Z`). - [ ] publish dist.ipfs.io - [ ] publish next version to https://github.com/ipfs/npm-go-ipfs -- [ ] publish gx version with `gx release`, as per [gx release guidelines](https://github.com/whyrusleeping/gx#publishing-and-releasing) ## Post-Release - [ ] Bump version string in `repo/version.go` to `vX.Y.Z-dev`