-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Manu edited this page Dec 2, 2017
·
1 revision
Automatic versioning and CHANGELOG generation with:
https://www.npmjs.com/package/standard-version
standard-version is an intermediant step to using semantic-release:
https://github.com/semantic-release/semantic-release
Usage
- git commit -t commit-template.txt
- git push -u origin master
- npm run release
- git push --follow-tags origin master
- npm publish