mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
fix: 更新release.yml,移除ignore_labels的默认值以支持自定义标签
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
"filter": { "pattern": "^(chore|docs|perf|refactor):.*", "flags": "i" }
|
"filter": { "pattern": "^(chore|docs|perf|refactor):.*", "flags": "i" }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignore_labels": true,
|
"ignore_labels": [],
|
||||||
"commitMode": true,
|
"commitMode": true,
|
||||||
"empty_summary": "## 更新详情\n- 常规代码优化与维护"
|
"empty_summary": "## 更新详情\n- 常规代码优化与维护"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user