@cryptotaxi247 / kubo / commits / 61bae0360

chore: update RELEASE_CHECKLIST.md (#10544)

Andrew Gillis committed Oct 16, 2024 at 10:06 UTC 61bae0360e4b454229068837396b02c58e958fff
1 file changed +2 -2
docs/RELEASE_CHECKLIST.md
+2 -2
@@ -92,10 +92,10 @@ This section covers tasks to be done during each release.
92 - [ ] wait for the [CI](https://github.com/ipfs/distributions/actions/workflows/main.yml) workflow run initiated by the merge to master to finish
93 - [ ] verify the release is available on [dist.ipfs.tech](https://dist.ipfs.tech/#kubo)
94 </details>
95 - - [ ] Publish the release to [NPM](https://www.npmjs.com/package/go-ipfs?activeTab=versions) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-npm` (⚠️ you might need to run the command a couple of times because GHA might not be able to see the new distribution straight away due to caching) or ...</summary>
95 + - [ ] Publish the release to [NPM](https://www.npmjs.com/package/kubo?activeTab=versions) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-npm` (⚠️ you might need to run the command a couple of times because GHA might not be able to see the new distribution straight away due to caching) or ...</summary>
96 - [ ] run the [Release to npm](https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml) workflow
97 - [ ] check [Release to npm](https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml) workflow run logs to verify it discovered the new release
98 - - [ ] verify the release is available on [NPM](https://www.npmjs.com/package/go-ipfs?activeTab=versions)
98 + - [ ] verify the release is available on [NPM](https://www.npmjs.com/package/kubo?activeTab=versions)
99 </details>
100 - [ ] Publish the release to [GitHub](https://github.com/ipfs/kubo/releases) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-github` or ...</summary>
101 - [ ] create a new release on [GitHub](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release)