Skip to content

Instantly share code, notes, and snippets.

@bleach
Created July 26, 2013 14:54
Show Gist options
  • Save bleach/6089508 to your computer and use it in GitHub Desktop.
Save bleach/6089508 to your computer and use it in GitHub Desktop.
Release note/changelog generator. Run this before pushing to origin. Needs the git completion function. Tested on bash.
alias GITRELEASE='b=$(__git_ps1 "%s"); git log --reverse --format='%s' "origin/${b}..${b}" | sed -e "s/^/- /"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment