@cryptotaxi247 / kubo / commits / 2f0ea0f7f

chore: add links to npm/choco jobs

Marcin Rataj committed Jul 6, 2022 at 18:20 UTC 2f0ea0f7ff164d5c23f8856aeeb9cad2916e87fd
1 file changed +2 -2
docs/PATCH_RELEASE_TEMPLATE.md
+2 -2
@@ -21,8 +21,8 @@ This process handles patch releases from version `vX.Y.Z` to `vX.Y.Z+1` assuming
21 - [ ] Pin the topic
22 - [ ] Release published
23 - [ ] to [dist.ipfs.io](https://dist.ipfs.io)
24 - - [ ] to [npm](https://www.npmjs.com/package/go-ipfs) (should be done by [ipfs/npm-go-ipfs](https://github.com/ipfs/npm-go-ipfs), but ok to dispatch job manually)
25 - - [ ] to [chocolatey](https://chocolatey.org/packages/go-ipfs) (should be done by [ipfs/choco-go-ipfs](https://github.com/ipfs/choco-go-ipfs/), but ok to dispatch job manually)
24 + - [ ] to [npm](https://www.npmjs.com/package/go-ipfs) (should be done by [ipfs/npm-go-ipfs](https://github.com/ipfs/npm-go-ipfs), but ok to dispatch [this job](https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml) manually)
25 + - [ ] to [chocolatey](https://chocolatey.org/packages/go-ipfs) (should be done by [ipfs/choco-go-ipfs](https://github.com/ipfs/choco-go-ipfs/), but ok to dispatch [this job](https://github.com/ipfs/choco-go-ipfs/actions/workflows/main.yml) manually)
26 - [ ] to [snap](https://snapcraft.io/ipfs) (should happen automatically, see [snap/snapcraft.yaml](https://github.com/ipfs/go-ipfs/blob/master/snap/snapcraft.yaml))
27 - [ ] to [github](https://github.com/ipfs/go-ipfs/releases)
28 - [ ] to [arch](https://www.archlinux.org/packages/community/x86_64/go-ipfs/) (flag it out of date)