Last active
November 22, 2018 03:39
-
-
Save teochengyong/e72f2dd47b48362cfd3c2adeb5e64db6 to your computer and use it in GitHub Desktop.
Git log to prettify commits between tags for release note
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 REPLACE_TAG1..master --no-merges --reverse --pretty=format:"%h %an: %s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment