Created
January 17, 2018 17:22
-
-
Save AshCoolman/0fd31cee4015998d7c898740903dc4c3 to your computer and use it in GitHub Desktop.
Generate 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
echo "" | |
echo "# Change log" | |
echo "" | |
git log `git describe --tags --abbrev=0`..HEAD --oneline --pretty=format:"* %s" | |
echo "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment