524 B
524 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.xontodevelop. - Merge
developontomaster. - 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
.jsdocto thegh-pagesbranch and updateindex.html