Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Last active May 17, 2020 01:24
Show Gist options
  • Save dotherightthing/1692d70887f35b82d21003814e173109 to your computer and use it in GitHub Desktop.
Save dotherightthing/1692d70887f35b82d21003814e173109 to your computer and use it in GitHub Desktop.
Generate Git changelog #github #releases
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