How To Release Branch

This code creates the first release branch:
git flow release start 1.0.0
Finally, release it with the following command:
git flow release finish '1.0.0'