@jsdrome/commitlint-config
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@jsdrome/commitlint-config", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"release": "release-it --no-npm.publish", | ||
"version": "echo $npm_package_version" | ||
}, | ||
@@ -22,4 +23,25 @@ "repository": { | ||
}, | ||
"devDependencies": {}, | ||
"description": "" | ||
"devDependencies": { | ||
"release-it": "^13.5.6" | ||
}, | ||
"description": "", | ||
"release-it": { | ||
"git": { | ||
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD", | ||
"requireCleanWorkingDir": false, | ||
"requireUpstream": true, | ||
"requireCommits": false, | ||
"addUntrackedFiles": false, | ||
"commit": true, | ||
"commitMessage": "release: ${version}", | ||
"commitArgs": "", | ||
"tag": true, | ||
"tagName": "v${version}", | ||
"tagAnnotation": "Release ${version}", | ||
"tagArgs": "", | ||
"push": true, | ||
"pushArgs": "--follow-tags", | ||
"pushRepo": "origin" | ||
} | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2225
5
1
1