Last active
September 30, 2015 15:33
-
-
Save 0xadada/02fbbc8a51ea1987de20 to your computer and use it in GitHub Desktop.
release-notes
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
# 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