You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2026-01-03 23:22:30 +03:00
522 B
522 B
There is a script release.sh which does the following, but if you need to do
a release manually, here are the steps:
git checkout -b release-v0.x.x- Update
CHANGELOG.md npm version 0.x.x- Merge
release-v0.x.xontomaster. - Push
master. - Push the tag:
git push --tags npm publish- Generate documentation:
npm run gendoc(this outputs HTML to.jsdoc) - Copy the documentation from
.jsdocto thegh-pagesbranch and updateindex.html - Merge
masterontodevelop. - Push
develop.