docs: update application testing examples
galargh committed
Oct 1, 2022 at 17:50 UTC
5d2f3373da4369240189b6f7dddcb0c7644bea9a
1 file changed
+2
-2
docs/RELEASE_ISSUE_TEMPLATE.md
+2
-2
@@ -109,11 +109,11 @@ Checklist:
109
- [ ] Run `npm install` locally
110
- [ ] Push the `kubo-release-vX.Y.Z-rcn` branch to GitHub and create a draft PR from that branch ([example](https://github.com/ipfs/interop/pull/511)).
111
- [ ] [go-ipfs-api](https://github.com/ipfs/go-ipfs-api)
112
- - [ ] Create a branch with kubo version pinned in the [test setup action](https://github.com/ipfs/go-ipfs-api/blob/master/.github/actions/go-test-setup/action.yml) ([example](https://github.com/ipfs/go-ipfs-api/commit/26aeb9075240e595d4a095a4e803767171eec06c)).
112
+ - [ ] Create a branch with kubo version pinned in the [test setup action](https://github.com/ipfs/go-ipfs-api/blob/master/.github/actions/go-test-setup/action.yml) ([example](https://github.com/ipfs/go-ipfs-api/commit/d156b808cc3aebafba65a38e5dd6993543a50e82)).
113
- [ ] Ensure that CI is green.
114
- [ ] Delete the branch.
115
- [ ] [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client)
116
- - [ ] Create a branch with kubo version pinned in the [test setup action](https://github.com/ipfs/go-ipfs-http-client/blob/master/.github/actions/go-test-setup/action.yml) ([example](https://github.com/ipfs/go-ipfs-http-client/commit/940886ca500e567c42660122f405432579ecad90)).
116
+ - [ ] Create a branch with kubo version pinned in the [test setup action](https://github.com/ipfs/go-ipfs-http-client/blob/master/.github/actions/go-test-setup/action.yml) ([example](https://github.com/ipfs/go-ipfs-http-client/commit/8a057960d26f1c60fffef09be3b05ec3f2e71bba)).
117
- [ ] Ensure that CI is green.
118
- [ ] Delete the branch.
119
- [ ] [WebUI](https://github.com/ipfs-shipyard/ipfs-webui)