@cryptotaxi247 / kubo / commits / 1c70c5c5c

document the fact that we now publish releases on GitHub

(due to censorship of ipfs.io) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jul 28, 2018 at 15:38 UTC 1c70c5c5cf9b21db94dde176fe6c6af16f0be380
2 files changed +4 -1
README.md
+2
@@ -72,6 +72,8 @@ From there:
72 - Open/extract the archive.
73 - Move `ipfs` to your path (`install.sh` can do it for you).
74
75 +You can also download go-ipfs from this project's GitHub releases page if you are unable to access ipfs.io.
76 +
77 ### From Linux package managers
78
79 - [Arch Linux](#arch-linux)
docs/releases.md
+2 -1
@@ -30,7 +30,8 @@ will be allowed up to release day.
30 - [ ] publish gx version with `gx release`, as per [gx release guidelines](https://github.com/whyrusleeping/gx#publishing-and-releasing)
31
32 ## Post-Release
33 -- [ ] bump version string in `repo/config/version.go` to `vX.Y.Z-dev`
33 +- [ ] Bump version string in `repo/config/version.go` to `vX.Y.Z-dev`
34 +- [ ] Upload the final release to the github releases page: https://github.com/ipfs/go-ipfs/releases
35 - Communication
36 - [ ] Create the release issue
37 - [ ] Announcements (both pre-release and post-release)