Skip to content

Instantly share code, notes, and snippets.

@AshCoolman
Created January 17, 2018 17:22
Show Gist options
  • Save AshCoolman/0fd31cee4015998d7c898740903dc4c3 to your computer and use it in GitHub Desktop.
Save AshCoolman/0fd31cee4015998d7c898740903dc4c3 to your computer and use it in GitHub Desktop.
Generate changelog
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