docs: update release procedure
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Jul 23, 2016 at 13:12 UTC
3975213304b78ec06564a429a4e4a44abc7606cf
1 file changed
+3
-2
docs/releases.md
+3
-2
@@ -12,9 +12,10 @@ will be allowed up to release day.
12
- [ ] all tests pass (no exceptions)
13
- [ ] webui works (for most definitions of 'works')
14
- [ ] CHANGELOG.md has been updated
15
- - use `git log --pretty=short vLAST..master`
15
+ - use `LAST=v0.4.2 for n in $(git log --oneline --merges --reverse -n-1 $LAST...master | cut -d'#' -f2 | cut -d' ' -f1); do echo https://github.com/ipfs/go-ipfs/pull/$n; done`
16
- [ ] version string in `repo/config/version.go` has been updated
17
- [ ] tag commit with vX.Y.Z
18
+- [ ] bump version string in `repo/config/version.go` to `vX.Y.Z-dev`
19
- [ ] update release branch to point to release commit
19
-- [ ] ensure version is built in gobuilder
20
+- [ ] publish dist.ipfs.io
21
- [ ] publish next version to https://github.com/ipfs/npm-go-ipfs