0.1.0 • Published 10 years ago

unreleased v0.1.0

Weekly downloads
48
License
MIT
Repository
github
Last release
10 years ago

Converts last commits to changelog entries.

Install

npm install unreleased

Usage

var unreleased = require('unreleased');

unreleased('2.2.3', '/path/to/git/repo', 'repoat/github', function (err, output) {
  console.log(output);
});

Will output:

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

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago