@cryptotaxi247 / kubo / commits / 007921b90

chore: add release steps for upgrading Go

Gus Eggert committed Dec 9, 2021 at 11:16 UTC 007921b9009c35fc1daa85b14235d699b698bee0
1 file changed +4
docs/RELEASE_ISSUE_TEMPLATE.md
+4
@@ -37,6 +37,10 @@ For each RC published in each stage:
37 Checklist:
38
39 - [ ] **Stage 0 - Automated Testing**
40 + - [ ] Upgrade to the latest patch release of Go that CircleCI has published
41 + - [ ] See the list here: https://hub.docker.com/r/cimg/go/tags
42 + - [ ] [ipfs/distributions](https://github.com/ipfs/distributions): bump [this version](https://github.com/ipfs/distributions/blob/master/.tool-versions#L2)
43 + - [ ] [ipfs/go-ipfs](https://github.com/ipfs/go-ipfs): [example PR](https://github.com/ipfs/go-ipfs/pull/8599)
44 - [ ] Fork a new branch (`release-vX.Y.Z`) from `master` and make any further release related changes to this branch. If any "non-trivial" changes (see the footnotes of [docs/releases.md](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md) for a definition) get added to the release, uncheck all the checkboxes and return to this stage.
45 - [ ] Follow the RC release process to cut the first RC.
46 - [ ] Bump the version in `version.go` in the `master` branch to `vX.(Y+1).0-dev`.