@matthieuh/test-semantic-release
Advanced tools
Comparing version 3.1.0 to 4.0.0
{ | ||
"name": "@matthieuh/test-semantic-release", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "", | ||
@@ -25,3 +25,5 @@ "main": "index.js", | ||
"semantic-release": "^19.0.2", | ||
"conventional-changelog-conventionalcommits": "^4.6.3" | ||
"conventional-changelog-conventionalcommits": "^4.6.3", | ||
"@commitlint/cli": "^16.2.1", | ||
"@commitlint/config-conventional": "^16.2.1" | ||
}, | ||
@@ -32,2 +34,7 @@ "publishConfig": { | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"release": { | ||
@@ -45,3 +52,8 @@ "branches": [ | ||
], | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"preset": "conventionalcommits" | ||
} | ||
], | ||
"@semantic-release/npm", | ||
@@ -48,0 +60,0 @@ "@semantic-release/github" |
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
2715
4
8