From 86c69ca544efa4eef8efd004755582c1c74e9b03 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 6 Mar 2025 08:50:03 +0800 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20release=20?= =?UTF-8?q?=E5=88=86=E6=94=AF=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 1 + .github/workflows/pack.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f89716fde29..939980549cd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,6 +4,7 @@ on: push: branches: - pack + - release jobs: docker: diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 5c879387e3e..227a5df9c84 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -4,6 +4,7 @@ on: push: branches: - pack + - release - hotfix jobs: From b0e9c2611e38c57f2cfbafcacf3402ff7e71f00d Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 6 Mar 2025 08:50:32 +0800 Subject: [PATCH 2/3] =?UTF-8?q?doc:=20=E8=84=9A=E6=9C=AC=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 6 +++--- .github/workflows/pack.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 71dc839f84d..01d70f75073 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,8 @@ ## Link issues -[请在下方 # 后面填写相关 Issue 编号,如 #42] -fixes #{bug number} (in this specific format) +fixes #{bug number} +[Please fill in the relevant Issue number after the # above, such as #42] +[请在上方 # 后面填写相关 Issue 编号,如 #42] ## Summary By Copilot @@ -12,7 +13,6 @@ fixes #{bug number} (in this specific format) - [ ] No [If yes, specify the version the behavior has regressed from] - [是否影响老版本] ## Risk diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 227a5df9c84..c710c9006e6 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -10,7 +10,7 @@ on: jobs: pack: runs-on: ubuntu-latest - + steps: - uses: actions/checkout@v4 @@ -20,7 +20,7 @@ jobs: dotnet-version: 9.0.x - name: Publish to Nuget - env: + env: NUGET_API_KEY: ${{secrets.NUGET_API_KEY}} Bundle: True From cc47ddb7a12368b737d9c0fea0c828c7244c2007 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 6 Mar 2025 08:52:30 +0800 Subject: [PATCH 3/3] doc: rename bug to issue --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 01d70f75073..fb766fd7630 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ## Link issues -fixes #{bug number} +fixes #{issue number} [Please fill in the relevant Issue number after the # above, such as #42] [请在上方 # 后面填写相关 Issue 编号,如 #42]