402 B
402 B
How to publish a new release
- Create a new branch prep-vX.X.X
git checkout -b prep-vX.X.X
- Bump the version in package.json
npm version vX.X.X
- Add a new entry in CHANGELOG.md
- Create a PR for
prev-vX.X.X& merge it - Create tag and push it
git tag vX.X.X
git push origin vX.X.X
- Paste CHANGELOG into release notes and publish the version on GitHub