Semantic-Flow

Feature

1 - Create a new Feature

git flow feature start featureName
git flow feature publish featureName
git flow feature pull featureName
git flow feature finish featureName

2- Create a new Release

git checkout develop
git pull origin develop
git flow release start 1.0.8
git flow release publish 1.0.8
git flow release finish 1.0.8

Git Flow

Git Flow