@streamstack/ui
Version:
StreamStack UI Components library
98 lines (97 loc) • 2.3 kB
JSON
{
"non-interactive": true,
"dry-run": false,
"verbose": true,
"pkgFiles": [
"package.json"
],
"increment": "patch",
"preReleaseId": null,
"scripts": {
"buildCommand": false,
"afterBump": "yarn build",
"changelog": "git log --pretty=format:\"* %s (%h)\" [REV_RANGE]",
"beforeStartCommand": false,
"afterReleaseCommand": false
},
"git": {
"requireCleanWorkingDir": true,
"requireUpstream": true,
"commit": true,
"commitMessage": "Release ${version}",
"commitArgs": "",
"tag": true,
"tagName": "v${version}",
"tagAnnotation": "Release ${version}",
"tagArgs": "",
"push": false,
"pushArgs": "",
"pushRepo": "origin",
"addUntrackedFiles": false
},
"npm": {
"publish": true,
"publishPath": ".",
"tag": "latest",
"private": false,
"access": null,
"otp": null
},
"github": {
"release": true,
"releaseName": "Release ${version}",
"preRelease": false,
"draft": false,
"tokenRef": "GITHUB_TOKEN",
"assets": [],
"host": null,
"timeout": 0,
"proxy": false
},
"dist": {
"repo": false,
"stageDir": ".stage",
"baseDir": "dist",
"files": [
"**/*"
],
"pkgFiles": null,
"git": {
"commit": true,
"commitMessage": "Release ${version}",
"commitArgs": "",
"tag": true,
"tagName": "v${version}",
"tagAnnotation": "Release ${version}",
"tagArgs": "",
"push": false,
"pushArgs": "",
"addUntrackedFiles": false
},
"scripts": {
"beforeStageCommand": false,
"afterReleaseCommand": false
},
"github": {
"release": false
},
"npm": {
"publish": false
}
},
"prompt": {
"commit": true,
"tag": true,
"push": true,
"release": true,
"publish": true,
"dist": {
"status": false,
"commit": true,
"tag": false,
"push": true,
"release": false,
"publish": false
}
}
}