Update RELEASE_ISSUE_TEMPLATE.md
Piotr Galar committed
Dec 13, 2022 at 22:09 UTC
7db059b493c9547ebd80eeaee48cabe1b88263c8
1 file changed
+4
docs/RELEASE_ISSUE_TEMPLATE.md
+4
@@ -103,12 +103,16 @@ Checklist:
103
- [ ] Ensure that the artifacts are available at https://dist.ipfs.io
104
- `go run main.go dist:dist:checkIPFSTech v0.18.0-rc1`
105
- [ ] Publish the RC to [the NPM package](https://www.npmjs.com/package/go-ipfs?activeTab=versions) by running https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml (it happens automatically but it is safe to speed up the process and kick of a run manually)
106
+ - `go run main.go npm:npm:publishToNPM v0.18.0-rc1`
107
+ - `go run main.go npm:npm:checkNPM v0.18.0-rc1`
108
- [ ] Cut a pre-release on [GitHub](https://github.com/ipfs/kubo/releases) ([instructions](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release), [example](https://github.com/ipfs/kubo/releases/tag/v0.17.0-rc1))
109
+ - `go run main.go kubo:createGitHubRelease v0.18.0-rc1`
110
- Use `vX.Y.Z-rcN` as the tag.
111
- Link to the release issue in the description.
112
- Link to the relevant [changelog](https://github.com/ipfs/kubo/blob/master/docs/changelogs/) in the description.
113
- Check `This is a pre-release`.
114
- [ ] Synchronize release artifacts by running [sync-release-assets](https://github.com/ipfs/kubo/actions/workflows/sync-release-assets.yml) workflow.
115
+ - `go run main.go kubo:syncGitHubRelease v0.18.0-rc1`
116
- [ ] Announce the RC
117
- [ ] Create a new post on [IPFS Discourse](https://discuss.ipfs.tech). ([example](https://discuss.ipfs.tech/t/kubo-v0-16-0-rc1-release-candidate-is-out/15248))
118
- Use `Kubo vX.Y.Z-rcn Release Candidate is out!` as the title.