Skip to content

Instantly share code, notes, and snippets.

@adrian-cid
Created August 30, 2018 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrian-cid/f91a3c74af3f4397dcac160949436a02 to your computer and use it in GitHub Desktop.
Save adrian-cid/f91a3c74af3f4397dcac160949436a02 to your computer and use it in GitHub Desktop.
Create changelog from git log
# From tag to HEAD
git log --pretty=format:"%s" 8.x-1.0-alpha4..HEAD
# Between two tags
git log --pretty=format:"%s" 7.x-1.0-beta1..7.x-1.0
# From tag to the start commit
git log --pretty=format:"%s" 7.x-1.0-beta1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment