Skip to content

Instantly share code, notes, and snippets.

@Erikdegroot89
Created February 1, 2019 10:16
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Erikdegroot89/a242f0a836de3ed669dac315e1a28c04 to your computer and use it in GitHub Desktop.
Save Erikdegroot89/a242f0a836de3ed669dac315e1a28c04 to your computer and use it in GitHub Desktop.
Get all commits since last tag
git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log
@ngosang
Copy link

ngosang commented Jan 8, 2021

Thank you!

@kaelinda
Copy link

thanks!

@wickkidd
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment