git-conventional-commits
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -20,3 +20,2 @@ const Config = require("./config"); | ||
exports.handler = async function(argv) { | ||
console.log(JSON.stringify(argv, null, 2)) | ||
const convention = Config.load(argv.config).convention; | ||
@@ -23,0 +22,0 @@ const commitConvention = new CommitConvention(convention); |
@@ -55,3 +55,3 @@ const Git = require("./git"); | ||
} else { | ||
version.patch++ | ||
version.patch++; | ||
} | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "git-conventional-commits", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "git conventional commits util", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
@@ -8,3 +8,3 @@ # Git Conventional Changelog Generator | ||
### Install | ||
`npm install git-conventional-commits` | ||
`npm install --global git-conventional-commits` | ||
@@ -11,0 +11,0 @@ ### Commands |
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
34831
772