|
|
|
@ -12,40 +12,22 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"plugins": [ |
|
|
|
[ |
|
|
|
"@semantic-release/commit-analyzer", |
|
|
|
{ |
|
|
|
["@semantic-release/commit-analyzer", { |
|
|
|
"preset": "angular", |
|
|
|
"releaseRules": [ |
|
|
|
{ |
|
|
|
"type": "docs", |
|
|
|
"scope": "README", |
|
|
|
"release": "patch" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "refactor", |
|
|
|
"release": "patch" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "style", |
|
|
|
"release": "patch" |
|
|
|
} |
|
|
|
{"type": "docs", "scope":"README", "release": "patch"}, |
|
|
|
{"type": "refactor", "release": "patch"}, |
|
|
|
{"type": "style", "release": "patch"} |
|
|
|
], |
|
|
|
"parserOpts": { |
|
|
|
"noteKeywords": [ |
|
|
|
"BREAKING CHANGE", |
|
|
|
"BREAKING CHANGES" |
|
|
|
] |
|
|
|
} |
|
|
|
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"] |
|
|
|
} |
|
|
|
], |
|
|
|
}], |
|
|
|
"@semantic-release/release-notes-generator", |
|
|
|
[ |
|
|
|
"@saithodev/semantic-release-gitea", |
|
|
|
{ |
|
|
|
["@saithodev/semantic-release-gitea", { |
|
|
|
"giteaUrl": "https://git.1000my.com", |
|
|
|
"assets": [] |
|
|
|
} |
|
|
|
"assets": [ |
|
|
|
] |
|
|
|
}] |
|
|
|
] |
|
|
|
} |
|
|
|
|