setup-semantic-release
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "setup-semantic-release", | ||
"version": "1.0.0", | ||
"description": "Testing semantic-release setup", | ||
"version": "1.1.0", | ||
"description": "Testing semantic-relase setup", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"commit": "npx git-cz", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/lucasaarcoverde/setup-semantic-release.git" | ||
"url": "https://github.com/lucasaarcoverde/setup-semantic-release.git" | ||
}, | ||
@@ -18,3 +20,23 @@ "author": "lucasaarcoverde", | ||
}, | ||
"homepage": "https://github.com/lucasaarcoverde/setup-semantic-release#readme" | ||
"homepage": "https://github.com/lucasaarcoverde/setup-semantic-release#readme", | ||
"devDependencies": { | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.1", | ||
"@commitlint/prompt": "^9.1.1", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"commitizen": "^4.1.2", | ||
"husky": "^4.2.5", | ||
"semantic-release": "^17.1.1" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
} | ||
} |
@@ -1,1 +0,3 @@ | ||
# setup-semantic-release | ||
# setup-semantic-release | ||
- test feature commit |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
3503
6
36
3
0
8