@cryptotaxi247 / kubo / commits / fdb9f8f68

Update RELEASE_ISSUE_TEMPLATE.md

Copied npm/choco/snap context from https://github.com/ipfs/kubo/pull/9095

Marcin Rataj committed Jul 21, 2022 at 23:08 UTC fdb9f8f680511531c18fd1b46a35465b633b3028
1 file changed +3 -4
docs/RELEASE_ISSUE_TEMPLATE.md
+3 -4
@@ -98,10 +98,9 @@ Checklist:
98 - [ ] Tag this merge commit (on the `release` branch) with `vX.Y.Z`.
99 - [ ] Release published
100 - [ ] to [dist.ipfs.io](https://dist.ipfs.io)
101 - - [ ] to [npm-go-ipfs](https://github.com/ipfs/npm-go-ipfs)
102 - - [ ] to [chocolatey](https://chocolatey.org/packages/go-ipfs)
103 - - [ ] Manually run [the release workflow](https://github.com/ipfs/choco-go-ipfs/actions/workflows/main.yml)
104 - - [ ] to [snap](https://snapcraft.io/ipfs)
101 + - [ ] to [npm](https://www.npmjs.com/package/go-ipfs) (done by CI at [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)
102 + - [ ] to [chocolatey](https://chocolatey.org/packages/go-ipfs) (done by CI at [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)
103 + - [ ] to [snap](https://snapcraft.io/ipfs) (done CI at [snap/snapcraft.yaml](https://github.com/ipfs/kubo/blob/master/snap/snapcraft.yaml))
104 - [ ] to [github](https://github.com/ipfs/go-ipfs/releases)
105 - [ ] use the artifacts built in CI for dist.ipfs.io: `wget "https://ipfs.io/api/v0/get?arg=/ipns/dist.ipfs.io/go-ipfs/$(curl -s https://dist.ipfs.io/go-ipfs/versions | tail -n 1)"`
106 - [ ] to [arch](https://www.archlinux.org/packages/community/x86_64/go-ipfs/) (flag it out of date)