@cryptotaxi247 / kubo / commits / c00cee50b

docs: update RELEASE_ISSUE_TEMPLATE.md with a warning about npm publish

Piotr Galar committed Jun 30, 2023 at 15:40 UTC c00cee50b189874e6fa7028489a1e85a10668990
1 file changed +1 -1
docs/RELEASE_ISSUE_TEMPLATE.md
+1 -1
@@ -125,7 +125,7 @@ This section covers tasks to be done during each release.
125 - [ ] wait for the [CI](https://github.com/ipfs/distributions/actions/workflows/main.yml) workflow run initiated by the merge to master to finish
126 - [ ] verify the release is available on [dist.ipfs.io](https://dist.ipfs.io/#kubo)
127 </details>
128 -- [ ] 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` or ...</summary>
128 +- [ ] 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>
129 - [ ] run the [Release to npm](https://github.com/ipfs/npm-go-ipfs/actions/workflows/main.yml) workflow
130 - [ ] 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
131 - [ ] verify the release is available on [NPM](https://www.npmjs.com/package/go-ipfs?activeTab=versions)