You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no change in the module API or CLI but this module now doesn't work anymore on node 4.
Also it uses yargs to parse command line arguments instead of the deprecated optimist.
Expose a module API, it's now possible to use git-release-notes as a module. Refer to README.md for documentation
Run unit tests on travis for node 4 to node 9
All paths (template, external script, configuration) will now work either as relative or absolute
Major version change
The command line interface is identical, however much has changed in the internal private methods. In particular the external script used to run from a require call, it's now evaluated in a script sandbox.