Skip to content

Instantly share code, notes, and snippets.

@ryanSN
Created July 16, 2019 18:08
Show Gist options
  • Save ryanSN/4c97a4e7e8726e5cadce867ff9edd24c to your computer and use it in GitHub Desktop.
Save ryanSN/4c97a4e7e8726e5cadce867ff9edd24c to your computer and use it in GitHub Desktop.
Generate git release notes from last tagged version
git log --pretty="%h - %s (%an)" v1.2.4..HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment