Last active
May 17, 2020 01:24
-
-
Save dotherightthing/1692d70887f35b82d21003814e173109 to your computer and use it in GitHub Desktop.
Generate Git changelog #github #releases
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
git log --pretty="* [%h] %s (%ar)" --no-merges $(git describe --tags --abbrev=0 @^)..@ > changelog.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment