light-release
Version:
A lightweight tool to automate your release process, compatible with conventional commit messages. It reads your commit history, determines the release type, and generates release notes without unnecessary dependencies.
44 lines • 1.16 kB
JSON
{
"name": "light-release",
"version": "2.7.3",
"description": "A lightweight tool to automate your release process, compatible with conventional commit messages. It reads your commit history, determines the release type, and generates release notes without unnecessary dependencies.",
"bin": {
"light-release": "./bin/release.js"
},
"scripts": {
"release": "light-release",
"publish:npm": "light-release && npm publish",
"test": "mocha tests/test.js"
},
"keywords": [
"release",
"automation",
"conventional-commits",
"changelog",
"release-notes",
"config",
"npm",
"js",
"simple",
"version-control",
"versioning",
"package-json",
"version",
"release",
"semantic-release",
"versioning-semantics"
],
"repository": {
"type": "git",
"url": "https://github.com/VincenzoManto/light-release.git"
},
"bugs": {
"url": "https://github.com/VincenzoManto/light-release/issues"
},
"homepage": "https://github.com/VincenzoManto/light-release#readme",
"dependencies": {
"fs-extra": "^10.0.0"
},
"author": "Vincenzo Manto",
"license": "MIT"
}