Skip to content

Commit 247e186

Browse files
authored
chore(Template): add release branch support (#5534)
* chore: 增加 release 分支支持 * doc: 脚本格式化 * doc: rename bug to issue
1 parent e54e37b commit 247e186

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/pull_request_template.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Link issues
22

3-
[请在下方 # 后面填写相关 Issue 编号,如 #42]
4-
fixes #{bug number} (in this specific format)
3+
fixes #{issue number}
4+
[Please fill in the relevant Issue number after the # above, such as #42]
5+
[请在上方 # 后面填写相关 Issue 编号,如 #42]
56

67
## Summary By Copilot
78

@@ -12,7 +13,6 @@ fixes #{bug number} (in this specific format)
1213
- [ ] No
1314

1415
[If yes, specify the version the behavior has regressed from]
15-
1616
[是否影响老版本]
1717

1818
## Risk

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- pack
7+
- release
78

89
jobs:
910
docker:

.github/workflows/pack.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
push:
55
branches:
66
- pack
7+
- release
78
- hotfix
89

910
jobs:
1011
pack:
1112
runs-on: ubuntu-latest
12-
13+
1314
steps:
1415
- uses: actions/checkout@v4
1516

@@ -19,7 +20,7 @@ jobs:
1920
dotnet-version: 9.0.x
2021

2122
- name: Publish to Nuget
22-
env:
23+
env:
2324
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
2425
Bundle: True
2526

0 commit comments

Comments
 (0)