package.json.liblib and the package.json file with the commit message Release <release version>develop branch and update the version in package.json to the next snaphotmain & develop branches and the new tag# Start release
$ git flow release start <Next release>
# Install npm modules
$ npm install
# Build
$ npm build
# Commit
# Finish the release
$ git flow release finish <Next release>
# Update version on develop branch
# Push
$ git push --all && git push --tags
Generated using TypeDoc