cz-jira-smart-commit
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -51,2 +51,4 @@ // This can be any kind of SystemJS compatible module. | ||
return 'Workflows cannot have spaces in smart commits. If your workflow name has a space, use a dash (-)'; | ||
} else { | ||
return true; | ||
} | ||
@@ -53,0 +55,0 @@ } |
{ | ||
"name": "cz-jira-smart-commit", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A commitizen adapter for Jira smart commits", | ||
@@ -8,3 +8,6 @@ "main": "index.js", | ||
"start": "nodemon --exec \"npm run test\"", | ||
"test": "mocha index.test --compilers js:babel/register" | ||
"test": "mocha index.test --compilers js:babel/register", | ||
"release": "npm run test && with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags", | ||
"release:beta": "npm run release && npm run tag:beta", | ||
"tag:beta": "with-package npm dist-tag add pkg.name@pkg.version beta" | ||
}, | ||
@@ -33,5 +36,5 @@ "repository": { | ||
"sinon": "1.15.4", | ||
"sinon-chai": "2.8.0" | ||
"sinon-chai": "2.8.0", | ||
"with-package": "0.2.0" | ||
} | ||
} | ||
Sorry, the diff of this file is not supported yet
26458
145
7