Files
matrix-js-sdk/RELEASING.md
T
2016-03-11 11:05:55 +00:00

524 B

  • git checkout -b release-v0.x.x
  • Update CHANGELOG.md and bump version in package.json
  • Create dist entry by running npm run release.
  • git add dist/0.x.x
  • Commit your changes.
  • Merge release-v0.x.x onto develop.
  • Merge develop onto master.
  • Tag the commit: git tag -a -m "v0.x.x"
  • Push the tag: git push --tags
  • npm publish
  • Generate documentation: npm run gendoc (this outputs HTML to .jsdoc)
  • Copy the documentation from .jsdoc to the gh-pages branch and update index.html