@cryptotaxi247 / kubo / commits / 4cd46781a

docs: add interop tests to the release checklist

License: MIT Signed-off-by: David Dias <daviddias.p@gmail.com>

David Dias committed Dec 18, 2017 at 12:37 UTC 4cd46781a72433e8286fc507d3b76d42e8eaad23
1 file changed +2 -1
docs/releases.md
+2 -1
@@ -10,7 +10,8 @@ will be allowed up to release day.
10 - [ ] before release, tag 'release canidate' for users to test against
11 - if bugs are found/fixed, do another release canidate
12 - [ ] all tests pass (no exceptions)
13 -- [ ] webui works (for most definitions of 'works')
13 +- [ ] run interop tests https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs
14 +- [ ] webui works (for most definitions of 'works') - Test the multiple pages and verify that no visible errors are shown.
15 - [ ] CHANGELOG.md has been updated
16 - use `LAST=v0.4.2 ; for n in $(git log --oneline --merges --reverse -n-1 $LAST...master | cut -d'#' -f2 | cut -d' ' -f1); do echo https://github.com/ipfs/go-ipfs/pull/$n; done`
17 - [ ] version string in `repo/config/version.go` has been updated