Commit 712b9f5
committed
ci(workflows): add ci workflow and enhance release-test workflow_call support
Add new ci.yml workflow file and modify release-test.yml to support workflow_call
with version bump inputs, enabling the workflow to be triggered automatically
from other workflows with configurable version increment types.
Added workflow_call trigger support with version_bump input parameter
and default to 'patch' when no input is provided.
ci(workflows): 添加 CI 工作流并增强 release-test 工作流调用支持
添加新的 ci.yml 工作流文件并修改 release-test.yml 以支持 workflow_call
和版本递增输入,使该工作流能够从其他工作流自动触发并配置版本递增类型。
添加了 workflow_call 触发支持和 version_bump 输入参数
并在没有输入时默认为 'patch'。
Added workflow_call trigger support with version_bump input parameter
and default to 'patch' when no input is provided.
添加了工作流调用触发支持和版本递增输入参数
并在没有输入时默认为 'patch'。
Change-Id: I1948c3fb6e9daa4808ce3504353f175e4b5c863f
Signed-off-by: OhYee <[email protected]>1 parent 775c761 commit 712b9f5
2 files changed
+68
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| |||
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | | - | |
53 | | - | |
| 61 | + | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| |||
0 commit comments