Skip to content

Instantly share code, notes, and snippets.

@ErisDS
Last active November 27, 2015 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ErisDS/23fcb4d2047829ec80f4 to your computer and use it in GitHub Desktop.
Save ErisDS/23fcb4d2047829ec80f4 to your computer and use it in GitHub Desktop.
Changelog generator: add this to your ~/.gitconfig file, and then run `git cl x.x.x..x.x.x+1` E.g. `git cl 0.7.1..0.7.2`
[alias]
cl = log --no-merges --pretty=tformat:'* [%h](https://github.com/TryGhost/Ghost/commit/%h) %s - %an'
@mattkretz
Copy link

nice idea. I suggest to use [%h] to get alignment

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