feat: restrict updating kubo in ipfs-desktop to final releases only
galargh committed
Mar 6, 2023 at 20:27 UTC
30fdc9c1e856e55a1cecf78f23598605d3c6ac1b
1 file changed
+1
-1
docs/RELEASE_ISSUE_TEMPLATE.md
+1
-1
@@ -177,7 +177,7 @@ This section covers tasks to be done during each release.
177
- [ ]  create a PR which updates `package.json` and `package-lock.json`
178
- [ ]  merge the PR
179
</details>
180
-- [ ] Update Kubo in [ipfs-desktop](https://github.com/ipfs/ipfs-desktop) <details><summary>using `kuboreleaser release --version vX.Y.Z(-rcN) update-ipfs-desktop` or ...</summary>
180
+- [ ]  Update Kubo in [ipfs-desktop](https://github.com/ipfs/ipfs-desktop) <details><summary>using `kuboreleaser release --version vX.Y.Z(-rcN) update-ipfs-desktop` or ...</summary>
181
- [ ] check out [ipfs/ipfs-desktop](https://github.com/ipfs/ipfs-desktop)
182
- [ ] run `npm install`
183
- [ ] create a PR which updates `package.json` and `package-lock.json`