# README
release deploy
Deploy a release into production.
Usage
salsaflow release deploy
Description
Deploy the current staging environment into production.
Steps
This command goes through the following steps:
- The issue tracker is checked to make sure the release is accepted and that it can be actually released.
- The stable branch is reset to point to the staging branch.
- Version is bumped for the stable branch.
- The stable branch is tagged with a release tag.
- The staging branch is reset to the current release branch in case there is already another release started.
- Everything is pushed to the remote repository.
# Variables
No description provided by the author