cz-conventional-changelog
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -80,9 +80,5 @@ // This can be any kind of SystemJS compatible module. | ||
// By default, we dedent this for you | ||
commit(`${answers.type}(${answers.scope}): ${answers.subject}`.slice(0, 100) + ` | ||
` + answers.body.slice(0, 100) + ` | ||
` + answers.footer.slice(0, 100)); | ||
commit(answers.type + '(' + answers.scope + '): ' + answers.subject.slice(0, 100) + '\n\n' + answers.body.slice(0, 100) + '\n\n' + answers.footer.slice(0, 100)); | ||
}); | ||
} | ||
} |
{ | ||
"name": "cz-conventional-changelog", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Commitizen adapter following the conventional-changelog format.", | ||
@@ -11,4 +11,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
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
3
82
3212