Created
August 8, 2019 08:21
-
-
Save ArjunKishore/24eaab73cd0229a0b062270491c94770 to your computer and use it in GitHub Desktop.
Create release notes in Git
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 $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%s" -i -E | grep -v -e "Merge branch" > release_notes.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment