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.
24 lines
839 B
24 lines
839 B
{
|
|
"branches": ["master", "test"],
|
|
"plugins": [
|
|
["@semantic-release/commit-analyzer", {
|
|
"preset": "angular",
|
|
"releaseRules": [
|
|
{"type": "docs", "scope":"README", "release": "patch"},
|
|
{"type": "refactor", "release": "patch"},
|
|
{"type": "style", "release": "patch"}
|
|
],
|
|
"parserOpts": {
|
|
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
|
|
}
|
|
}],
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/git",
|
|
["@saithodev/semantic-release-gitea", {
|
|
"giteaUrl": "https://git.1000my.com",
|
|
{"path": ".", "label": "源文件代码"}
|
|
}],
|
|
],
|
|
"tagFormat": "${process.env.GOOS}_v${version}"
|
|
}
|