项目文件夹

文件
wehub-resource-sync a6e8bcde90
Release / Semantic release (push) Has been skipped
Smoke test data / smoke (push) Failing after 0s
Check asset sync / cli/assets must match src/ui-ux-pro-max (push) Failing after 4s
chore: import upstream snapshot with attribution
2026-07-13 11:58:17 +08:00

39 行
640 B
JSON

{
"branches": [
"main",
{
"name": "dev",
"channel": "beta",
"prerelease": "beta"
}
],
"tagFormat": "v${version}",
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "cli"
}
],
[
"@semantic-release/github",
{
"successComment": false,
"failTitle": "Release failed for ${branch.name}"
}
]
]
}