Skip to content

Instantly share code, notes, and snippets.

@frozzare
Forked from chsh/git-release
Last active August 29, 2015 14:13
Show Gist options
  • Save frozzare/412abbf55e92005a86c7 to your computer and use it in GitHub Desktop.
Save frozzare/412abbf55e92005a86c7 to your computer and use it in GitHub Desktop.
#!/bin/sh
pfx='rel'
d=`date +%Y%m%d%H%M%S`
git flow release start $pfx-$d
git flow release finish -m"Release:$d" $pfx-$d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment