This document details steps for publishing packages and tag the code base accordingly:
- Publish (using lerna) all the modules that depends on one of the newly published module
- checkout a new branch from master
- npm run publish (that command use lerna)
- commit
- Increment the root (repository scoped) package.json
- increment root package.json version
- commit
- merge the branch
- Create a tag (using the package.json version)
- checkout latest origin/master
- npm run tag
- previousVersion=[previous_version] npm run updateChangelog
- create a new release out of the changes of CHANGELOG.md
- Commit new updated CHANGELOG.md