@cryptotaxi247 / kubo / commits / 3fe18278a

Update RELEASE_ISSUE_TEMPLATE.md

Antonio Navarro Perez committed Aug 31, 2022 at 14:50 UTC 3fe18278af1474545a7047c3ee8bc7fb186638ba
1 file changed +4 -1
docs/RELEASE_ISSUE_TEMPLATE.md
+4 -1
@@ -71,11 +71,14 @@ Checklist:
71 - [ ] **Stage 1 - Internal Testing**
72 - [ ] CHANGELOG.md has been updated
73 - use [`./bin/mkreleaselog`](https://github.com/ipfs/go-ipfs/tree/master/bin/mkreleaselog) to generate a nice starter list
74 + - install `zsh`
75 + - `GO111MODULE=off go get -u github.com/ipfs/kubo`
76 + - Go to `$GOPATH/src/ipfs/kubo` and execute `./bin/mkreleaselog`
77 - [ ] Infrastructure Testing. Open an issue against https://github.com/protocol/bifrost-infra like https://github.com/protocol/bifrost-infra/issues/2046 but spell out all that we want (gateways, bootstrapper, and cluster)
78 - [ ] Deploy new version to a subset of Bootstrappers
79 - [ ] Deploy new version to a subset of Gateways
80 - [ ] Deploy new version to a subset of Preload nodes
78 - - [ ] Collect metrics every day. Work with the Infrastructure team to learn of any hiccup
81 + - [ ] Collect [metrics](https://protocollabs.grafana.net/d/8zlhkKTZk/gateway-slis-precomputed?orgId=1) every day. Work with the Infrastructure team to learn of any hiccup
82 - [ ] IPFS Application Testing - Run the tests of the following applications:
83 - [ ] [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop)
84 - [ ] Ensure the RC is published to [the NPM package](https://www.npmjs.com/package/go-ipfs?activeTab=versions) ([happens automatically, just wait for CI](https://github.com/ipfs/npm-go-ipfs/actions))