Skip to content

Instantly share code, notes, and snippets.

@0xadada
Last active September 30, 2015 15:33
Show Gist options
  • Save 0xadada/02fbbc8a51ea1987de20 to your computer and use it in GitHub Desktop.
Save 0xadada/02fbbc8a51ea1987de20 to your computer and use it in GitHub Desktop.
release-notes
# Generate release notes from last MINOR release tag, crediting each author per commit.
git log `git describe --abbrev=0 --tags`.. --pretty=format:"* %s - @%an"
# Generate release notes from last MINOR release tag, rollup commits to each author
git shortlog `git describe --abbrev=0 --tags`..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment