Publishing a new version - martinroob/ngx-i18nsupport GitHub Wiki
Description of the process to publish a new version
- ensure that all tests are green on your development branch
- ensure
Readme.md
is up to date - ensure
Changelog.md
is up to date - local checkin
- create new npm version
npm version minor -m "milestone x.y"
- push to github
git push origin
git push origin --tags
- create pull request
- wait for green travis feedback
- merge pull request
- wait for green travis feedback
- checkout master
git checkout master
git pull
- publish the new version on npm
npm publish