Last active
September 22, 2016 11:34
-
-
Save jeantil/fc2b63de513ff26020b70f99a34f1bb6 to your computer and use it in GitHub Desktop.
git changelog
This file contains hidden or 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
[alias] | |
current-tag= describe --abbrev=0 --tags | |
previous-tag= "!sh -c 'git describe --abbrev=0 --tags $(git current-tag)^'" | |
changelog = "!sh -c 'git --no-pager lg --first-parent $(git previous-tag)..$(git current-tag)'" |
ubourdon
commented
Sep 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment