Closed fiznool closed 9 years ago
If you are using git-flow and deploying a feature branch, previously the %sourceBranch% token would parse out the feature/ part of the source branch name for the deploy commit message. This PR fixes that.
%sourceBranch%
feature/
LGTM, merging.
If you are using git-flow and deploying a feature branch, previously the
%sourceBranch%
token would parse out thefeature/
part of the source branch name for the deploy commit message. This PR fixes that.