conventional-changelog
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -0,1 +1,10 @@ | ||
<a name"0.0.16"></a> | ||
### 0.0.16 (2015-03-19) | ||
#### Bug Fixes | ||
* **git:** generate the correct cmd of git log when there is no tags ([dcd7551f](https://github.com/ajoslin/conventional-changelog/commit/dcd7551f), closes [#47](https://github.com/ajoslin/conventional-changelog/issues/47), [#48](https://github.com/ajoslin/conventional-changelog/issues/48)) | ||
<a name"0.0.15"></a> | ||
@@ -2,0 +11,0 @@ ### 0.0.15 (2015-03-19) |
@@ -107,6 +107,5 @@ var extend = require('lodash.assign'); | ||
var cmd = 'git log --grep="%s" -E --format=%s %s'; | ||
cmd = template( | ||
var cmd = template( | ||
'git log --grep="<%= grep %>" -E --format=<%= format %> ' + | ||
'"<%= from ? [from,to].join("..") : "" %>"' | ||
'<%= from ? [from,to].join("..") : "" %> ' | ||
)(options); | ||
@@ -113,0 +112,0 @@ |
{ | ||
"name": "conventional-changelog", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"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
30422
615