@cryptotaxi247 / kubo / commits / 65d570c6c

chore: update IPFS Desktop testing steps (#8393)

* chore: update IPFS Desktop testing steps Co-authored-by: Marcin Rataj <lidel@lidel.org>

Gus Eggert committed Sep 3, 2021 at 15:49 UTC 65d570c6cbe24f313fc6f02c3dc16aabc53306d1
1 file changed +5 -1
docs/RELEASE_ISSUE_TEMPLATE.md
+5 -1
@@ -62,7 +62,10 @@ Checklist:
62 - [ ] Deploy new version to a subset of Preload nodes
63 - [ ] Collect metrics every day. Work with the Infrastructure team to learn of any hiccup
64 - [ ] IPFS Application Testing - Run the tests of the following applications:
65 - - [ ] [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop) - @lidel
65 + - [ ] [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop)
66 + - [ ] Ensure the RC is published to [the NPM package](https://www.npmjs.com/package/go-ipfs?activeTab=versions) ([happens automatically, just wait for CI](https://github.com/ipfs/npm-go-ipfs/actions))
67 + - [ ] Upgrade to the RC in [ipfs-desktop](https://github.com/ipfs-shipyard/ipfs-desktop) and push to a branch ([example](https://github.com/ipfs/ipfs-desktop/pull/1826/commits/b0a23db31ce942b46d95965ee6fe770fb24d6bde)), and open a draft PR to track through the final release ([example](https://github.com/ipfs/ipfs-desktop/pull/1826))
68 + - [ ] Ensure CI tests pass, repeat for new RCs
69 - [ ] [IPFS Companion](https://github.com/ipfs-shipyard/ipfs-companion) - @lidel
70 - [ ] [NPM on IPFS](https://github.com/ipfs-shipyard/npm-on-ipfs) - @achingbrain
71 - [ ] **Stage 2 - Community Dev Testing**
@@ -106,6 +109,7 @@ Checklist:
109 - [ ] Merge the `release` branch back into `master`, ignoring the changes to `version.go` (keep the `-dev` version from master).
110 - [ ] Create an issue using this release issue template for the _next_ release.
111 - [ ] Make sure any last-minute changelog updates from the blog post make it back into the CHANGELOG.
112 + - [ ] Mark PR draft created for IPFS Desktop as ready for review.
113
114 ## ❤️ Contributors
115