robwierzbowski / grunt-build-control

Version control your built code.
MIT License
379 stars 36 forks source link

Ensure feature branches are displayed correctly in %sourceBranch% #71

Closed fiznool closed 9 years ago

fiznool commented 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.

kevinawoo commented 9 years ago

LGTM, merging.