cz-conventional-pivotal-tracker
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -152,3 +152,4 @@ "format cjs" | ||
if (answers.story) { | ||
pt = `[${answers.workflow} ${answers.story}]` | ||
const workflow = answers.workflow ? `${answers.workflow} ` : '' | ||
pt = ` [${workflow}${answers.story}]` | ||
headTrimLength = maxLineWidth - pt.length | ||
@@ -155,0 +156,0 @@ } |
{ | ||
"name": "cz-conventional-pivotal-tracker", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A commitizen adapter with support for Pivotal Tracker.", | ||
@@ -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
7138
150