Skip to content

Commit

Permalink
Added script to generate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Nov 2, 2016
1 parent 1f58e36 commit 2a4378c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/scripts/generate-changelog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
: ${FROM_TAG?"Need to set FROM_TAG variable"}
: ${TO_TAG?"Need to set TO_TAG variable"}
git log ${FROM_TAG}...${TO_TAG} --pretty=format:'* %s [View commit](http://github.com/ical4j/ical4j/commit/%H)' --reverse | grep -v Merge

0 comments on commit 2a4378c

Please sign in to comment.