ifd
Version:
Life Extending Ternary Operator Abstractions
43 lines (42 loc) • 1.07 kB
JSON
{
"non-interactive": false,
"dry-run": false,
"verbose": true,
"force": false,
"pkgFiles": ["package.json"],
"increment": "patch",
"prereleaseId": null,
"commitMessage": "Release %s",
"tagName": "%s",
"tagAnnotation": "Release %s",
"buildCommand": "npm run build",
"changelogCommand": "npm run changelog",
"requireCleanWorkingDir": false,
"src": {
"pushRepo": null,
"beforeStartCommand": "npm run test",
"beforeStageCommand": false,
"afterReleaseCommand": false
},
"dist": {
"repo": false,
"stageDir": ".stage",
"baseDir": "dist",
"files": ["**/*"],
"pkgFiles": null,
"beforeStageCommand": false,
"afterReleaseCommand": false
},
"npm": {
"publish": false,
"publishPath": ".",
"tag": "%s",
"private": false,
"forcePublishSourceRepo": false
},
"github": {
"release": true,
"releaseName": "Release %s",
"tokenRef": "GITHUB_TOKEN"
}
}