mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
26 lines
454 B
JSON
26 lines
454 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|