If you are starting new project:
release-tool init
Run this command to generate a .releaserc
file in an existing project:
release-tool init_releaserc
Roll the current branch to dev
:
release-tool roll to dev
Roll changes from dev
to qa
:
release-tool roll qa to dev