Created
October 4, 2018 08:40
-
-
Save alienlebarge/273d195eca9c5a6936d9347de001c912 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To start a release, use the git flow release command. It creates a release branch created from the 'develop' branch. | |
# You can optionally supply a [BASE] commit sha-1 hash to start the release from. The commit must be on the 'develop' branch. | |
git flow release start RELEASE [BASE] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment