@cryptotaxi247 / kubo / commits / 4c5b32bfa

docs: fix changelog list oneliner

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Sep 6, 2016 at 15:41 UTC 4c5b32bfa23ba857eec0ee5714f5e904ba50c609
1 file changed +1 -1
docs/releases.md
+1 -1
@@ -12,7 +12,7 @@ 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 `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`
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`