Created
March 29, 2012 14:40
-
-
Save chsh/2238054 to your computer and use it in GitHub Desktop.
Shorten git flow's release operations. ;-)
This file contains 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
#!/bin/sh | |
prefix='' | |
d=`date +%Y%m%d%H%M%S` | |
git flow release start $prefix-$d | |
git flow release finish -m"Release:$d" $prefix-$d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create 'git-release' in your any path.
That's it!