auth0/unreleased

Name: unreleased

Owner: Auth0

Description: Retrieve changes (formatted as changelog) since the last tagged version.

Created: 2015-05-26 18:30:57.0

Updated: 2016-04-21 22:06:59.0

Pushed: 2016-04-21 22:06:58.0

Homepage: null

Size: 6

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Converts last commits to changelog entries.

Install
install unreleased
Usage
unreleased = require('unreleased');

leased('2.2.3', '/path/to/git/repo', 'repoat/github', function (err, output) {
nsole.log(output);

Will output:

2.2.3] - 2015-05-07
 Merge pull request #89 from foo/bar (`John Doe`)
tps://github.com/repoat/github/commit/6fa61901b078cb29e5bd62adc77191406860b5aa
 Fixed XYZ (`Jane Doe`)
tps://github.com/repoat/github/commit/cb29e5bd62adc7719146fa61901b078cb2111111
Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.