Generate release notes based on Github pull request title from given two git-refs
release-notes.sh [] []
-l, --list list tags sorted by creatordate
-h, --help print this help
represents the beginning of revision range. Defaults to last Commit-ish object names, branch or tagname represents the end of revision range. Defaults to HEAD release-notes.sh
[Changeset](../../compare/<lasttagname>...<commit-ish>)
* #9 Use short ref instead of HEAD in changelog message
* #8 support other git remote standards for determining API endpoint
* #4 Update changelog message
* #3 If no variable is provided, default to the last tag
* #2 Add support for using tags as GIT_START_REF
git tag $tagname
hub release create $tagname -F <(release-notes.sh)