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.
18 lines • 438 B
JSON
{
"generateMarkdown": true,
"generateHTML": true,
"releaseNotesDir": ".release-notes",
"badgeStyle": "flat-square",
"dateFormat": "YYYY-MM-DD",
"showCommitImpact": true,
"blockIfChangesExist": false,
"autoCommit": false,
"versionFileName": "package.json",
"squashIntoSingleVersioning": true,
"showAuthorLinks": true,
"defaultImpactThresholds": {
"low": 1,
"medium": 5,
"high": 10
}
}