You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"git": {
|
|
|
|
"requireCleanWorkingDir": false,
|
|
|
|
"changelog": ".github/scripts/create_changelog.sh",
|
|
|
|
"tagName": "v${version}"
|
|
|
|
},
|
|
|
|
"github": {
|
|
|
|
"release": true,
|
|
|
|
"releaseName": "v${version}",
|
|
|
|
"assets": ["__builds__/*.zip"]
|
|
|
|
},
|
|
|
|
"npm": {
|
|
|
|
"publish": false,
|
|
|
|
"ignoreVersion": true
|
|
|
|
},
|
|
|
|
"hooks": {
|
|
|
|
"before:init": [
|
|
|
|
"chmod +x .github/scripts/*",
|
|
|
|
".github/scripts/pre_check.sh"
|
|
|
|
],
|
|
|
|
"after:git:release": ".github/scripts/create_asset.sh"
|
|
|
|
}
|
|
|
|
}
|