conventional-changelog
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -1,3 +0,3 @@ | ||
<a name"0.0.13"></a> | ||
### 0.0.13 (2015-03-14) | ||
<a name"0.0.15"></a> | ||
### 0.0.15 (2015-03-19) | ||
@@ -7,2 +7,11 @@ | ||
* **log:** correct out put for `options.from` and `options.to` ([31ddb112](https://github.com/ajoslin/conventional-changelog/commit/31ddb112), closes [#47](https://github.com/ajoslin/conventional-changelog/issues/47)) | ||
<a name"0.0.14"></a> | ||
### 0.0.14 (2015-03-14) | ||
#### Bug Fixes | ||
* **writeLog:** fix require statement for Writer ([a478f806](https://github.com/ajoslin/conventional-changelog/commit/a478f806)) | ||
@@ -9,0 +18,0 @@ |
@@ -8,4 +8,2 @@ var fs = require('fs'); | ||
function getChangelogCommits() { | ||
options.log('Generating changelog from %s to %s...', options.from, options.to); | ||
git.getCommits(options, function(err, commits) { | ||
@@ -12,0 +10,0 @@ if (err) { |
@@ -105,5 +105,7 @@ var extend = require('lodash.assign'); | ||
options.log('Generating changelog from %s to %s...', options.from, options.to); | ||
var cmd = 'git log --grep="%s" -E --format=%s %s'; | ||
cmd = template( | ||
'git log --grep="<%= grep %>" -E --format=<%= format %> ' + | ||
'git log --grep="<%= grep %>" -E --format=<%= format %> ' + | ||
'"<%= from ? [from,to].join("..") : "" %>"' | ||
@@ -110,0 +112,0 @@ )(options); |
{ | ||
"name": "conventional-changelog", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Generate a markdown changelog from git commit metadata", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
30117
1