Skip to content

Commit f0b726c

Browse files
committed
Script for generating changelogs.
1 parent 9a369d2 commit f0b726c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changelog.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
git log $1...$2 --pretty=format:'+ [view commit](http://github.com/dylanfprice/angular-gm/commit/%H) • %s ' --reverse | grep -v Merge
4+

0 commit comments

Comments
 (0)