501 B
501 B
Release Process
- Update
CHANGELOG.mdusinggit changelogfrom thegit-extraspackage - Commit changelog updates with message:
Changelog: Update for x.x.x release - Update
package.jsonversion and tag it usingnpm version x.x.x -m "Release: vx.x.x" - Push the two new commits and tag to GitHub
- Run
npm publish - Publish a new release on GitHub with the changelog update
That's all!