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.
bazarr/.release-it.json

27 lines
454 B

{
"git": {
"requireCleanWorkingDir": false,
"changelog": "auto-changelog --stdout",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"assets": ["__builds__/*.zip"]
},
"npm": {
"publish": false,
"ignoreVersion": true
},
"plugins": {
"@release-it/bumper": {
"in": {
"file": "VERSION"
},
"out": {
"file": "VERSION"
}
}
}
}