mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-01 04:22: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",
|
||||
"unreleased": true,
|
||||
"commitLimit": true,
|
||||
"ignoreCommitPattern": "^Release.*",
|
||||
"commitLimit": false,
|
||||
"ignoreCommitPattern": "^(Release|no log:).*",
|
||||
"sortCommits": "date-desc"
|
||||
}
|
|
@ -6,7 +6,8 @@
|
|||
},
|
||||
"github": {
|
||||
"release": true,
|
||||
"releaseName": "v${version}"
|
||||
"releaseName": "v${version}",
|
||||
"assets": ["__builds__/*.zip"]
|
||||
},
|
||||
"npm": {
|
||||
"publish": false,
|
||||
|
|
Loading…
Reference in a new issue