Last active
March 3, 2016 16:05
-
-
Save fjcaetano/42783ed92fa5208de626 to your computer and use it in GitHub Desktop.
Changelog from previous tag
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
echo "Printing Changelog" | |
git log $(git describe --abbrev=0)..HEAD --pretty=oneline --abbrev-commit | envman add --key GIT_CHANGELOG | |
echo $GIT_CHANGELOG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment