We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Merge PRs to master as ready
master
Pull master down locally
npm run release -- --no-verify
package.json
CHANGELOG.md
Review CHANGELOG.md
Push to master
`npm publish --access public
Create new Github Release Notes. Tag should already exist now
Copy previous release's release notes into the draft.
Update summary, Changelog, Travis and Coveralls stats
🎉
Same as above, except the command in step 3 should be npm run release -- --no-verify --release-as <<version>>
npm run release -- --no-verify --release-as <<version>>
Example: npm run release -- --no-verify --release-as 3.0.0-alpha.7
npm run release -- --no-verify --release-as 3.0.0-alpha.7