f2336aaedf
This avoids picking up things which have been landed on develop since the release process started.
565 B
565 B
git checkout -b release-v0.x.x- Update
CHANGELOG.mdand bumpversioninpackage.json - Create
distentry by runningnpm run release. git add dist/0.x.x- Commit your changes.
- Merge
release-v0.x.xontomaster. - Push
master. - Tag the commit:
git tag -a -m "v0.x.x" 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
.jsdocto thegh-pagesbranch and updateindex.html - Merge
masterontodevelop. - Push
develop.