kubo/docs/release-checklist.md
Juan Benet c242660da5 Update release-checklist.md with npm publish note
Need to publish to https://github.com/ipfs/npm-go-ipfs

cc @whyrusleeping this did not happen for 0.3.11
2016-01-13 21:26:34 -05:00

588 B

go-ipfs release checklist

  • 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')
  • CHANGELOG.md has been updated
    • use git log --pretty=short vLAST..master
  • version string in repo/config/version.go has been updated
  • tag commit with vX.Y.Z
  • update release branch to point to release commit
  • ensure version is built in gobuilder
  • publish next version to https://github.com/ipfs/npm-go-ipfs