nconf
Version:
Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
20 lines (19 loc) • 335 B
JSON
{
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
}