Skip to content

Instantly share code, notes, and snippets.

@kbond
Last active August 29, 2015 13:59
Show Gist options
  • Save kbond/10732656 to your computer and use it in GitHub Desktop.
Save kbond/10732656 to your computer and use it in GitHub Desktop.
CHANGELOG generator with git
git log --oneline --no-merges --pretty=format:'- %h %s (%an)' $(git describe --tags --abbrev=0)..HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment