- Create a pull request for each development
- [ only pre-release ] Create a new version from
master
withnpm version [premajor | preminor | prepatch] --preid=beta
- Create a new version from
master
withnpm version [major | minor | patch]
- Create a new release on GitHub attaching the release note
- [ only pre-release ] Flag the GitHub release with
This is a pre-release
- Publish the release from GitHub
- [ only pre-release ] Publish the package to npm registry with
npm publish --tag beta
- Publish the package to npm registry with
npm publish