Tool to get release notes based on commit messages
npm install
npm linkUsage
$ release <command> <params>
$ release notes <FROM> <TO> # Commits from <FROM> to <TO>
Examples
$ release notes PR11 PR12 # Commits from PR11 to PR12
$ release notes PR11 # Commits from PR11 to HEAD
$ release notes 922a67d566 # Commits from 922a67d566 to HEAD
MIT © Cesar Ferreira
