@cryptotaxi247 / kubo / commits / 864485b23

doc(release): move WebUI from manual tests to automated tests section

We no longer need to manually test the webui on release.

Steven Allen committed Jan 17, 2020 at 18:14 UTC 864485b234ebeac54a9ef0cfe86dd62e7b141d47
1 file changed +1 -1
docs/RELEASE_ISSUE_TEMPLATE.md
+1 -1
@@ -43,6 +43,7 @@ Checklist:
43 - [ ] [interop](https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs)
44 - [ ] [go-ipfs-api](https://github.com/ipfs/go-ipfs-api)
45 - [ ] [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client)
46 + - [ ] [WebUI](https://github.com/ipfs-shipyard/ipfs-webui)
47 - [ ] **Stage 1 - Internal Testing**
48 - [ ] CHANGELOG.md has been updated
49 - use [`./bin/mkreleaselog`](https://github.com/ipfs/go-ipfs/tree/master/bin/mkreleaselog) to generate a nice starter list
@@ -54,7 +55,6 @@ Checklist:
55 - [ ] Deploy new version to a subset of Preload nodes
56 - [ ] Collect metrics every day. Work with the Infrastructure team to learn of any hiccup
57 - [ ] IPFS Application Testing - Run the tests of the following applications:
57 - - [ ] [WebUI](https://github.com/ipfs-shipyard/ipfs-webui) - @olizilla
58 - [ ] [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop) - @hacdias
59 - [ ] [IPFS Companion](https://github.com/ipfs-shipyard/ipfs-companion) - @lidel
60 - [ ] [NPM on IPFS](https://github.com/ipfs-shipyard/npm-on-ipfs) - @achingbrain