mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-06 06:52:07 +08:00
no log: Fix issues of auto-generate changelog, add assets to Github Release and add no log prefix
This commit is contained in:
parent
315a266b16
commit
fbc4ba1089
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"template": "./changelog.hbs",
|
"template": "./changelog.hbs",
|
||||||
"unreleased": true,
|
"unreleased": true,
|
||||||
"commitLimit": true,
|
"commitLimit": false,
|
||||||
"ignoreCommitPattern": "^Release.*",
|
"ignoreCommitPattern": "^(Release|no log:).*",
|
||||||
"sortCommits": "date-desc"
|
"sortCommits": "date-desc"
|
||||||
}
|
}
|
|
@ -6,7 +6,8 @@
|
||||||
},
|
},
|
||||||
"github": {
|
"github": {
|
||||||
"release": true,
|
"release": true,
|
||||||
"releaseName": "v${version}"
|
"releaseName": "v${version}",
|
||||||
|
"assets": ["__builds__/*.zip"]
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"publish": false,
|
"publish": false,
|
||||||
|
|
Loading…
Reference in a new issue