From 4cd46781a72433e8286fc507d3b76d42e8eaad23 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 18 Dec 2017 12:37:00 +0000 Subject: [PATCH] docs: add interop tests to the release checklist License: MIT Signed-off-by: David Dias --- docs/releases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index c4131fd1358..b092fa28db2 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -10,7 +10,8 @@ will be allowed up to release day. - [ ] before release, tag 'release canidate' for users to test against - if bugs are found/fixed, do another release canidate - [ ] all tests pass (no exceptions) -- [ ] webui works (for most definitions of 'works') +- [ ] run interop tests https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs +- [ ] webui works (for most definitions of 'works') - Test the multiple pages and verify that no visible errors are shown. - [ ] CHANGELOG.md has been updated - 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` - [ ] version string in `repo/config/version.go` has been updated