Skip to content

Commit

Permalink
Merge pull request #4501 from ipfs/docs/release-checklist-update
Browse files Browse the repository at this point in the history
docs: add interop tests to the release checklist
  • Loading branch information
whyrusleeping authored Dec 20, 2017
2 parents ce22b83 + 4cd4678 commit 72714b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72714b6

Please sign in to comment.