From 7280265a6431886a8d605985099af74f0cbe8ece Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Sat, 18 Oct 2025 21:03:00 +0800 Subject: [PATCH] =?UTF-8?q?core=E5=8F=91=E5=B8=83=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E9=87=8C=E7=9A=84=E4=B8=AD=E6=96=87pr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-core.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-core.yml b/.github/workflows/release-core.yml index 0024c9b0..2a22b0d5 100644 --- a/.github/workflows/release-core.yml +++ b/.github/workflows/release-core.yml @@ -148,7 +148,27 @@ jobs: delete-branch: true title: "chore(core): Release v${{ env.NEW_VERSION }}" body: | - ## 🚀 Release @esengine/ecs-framework v${{ env.NEW_VERSION }} + ## 🚀 发布 @esengine/ecs-framework v${{ env.NEW_VERSION }} / Release @esengine/ecs-framework v${{ env.NEW_VERSION }} + + **中文说明** + + 此 PR 在成功发布到 npm 后更新核心包的版本号。 + + ### 变更内容 + - ✅ 更新 `packages/core/package.json` → `${{ env.NEW_VERSION }}` + + ### 发布信息 + - 📦 **版本类型**: `${{ github.event.inputs.version_type }}` + - 🏷️ **Git 标签**: `core-v${{ env.NEW_VERSION }}` + - 📦 **npm 包**: https://www.npmjs.com/package/@esengine/ecs-framework/v/${{ env.NEW_VERSION }} + + ### 下一步 + - [ ] 审查变更内容 + - [ ] 合并此 PR 以更新仓库中的版本号 + + --- + + **English Description** This PR updates the core package version after successful npm release. @@ -165,7 +185,7 @@ jobs: - [ ] Merge this PR to update the version in the repository --- - *This PR was automatically created by the release workflow.* + *此 PR 由发布工作流自动创建 / This PR was automatically created by the release workflow.* labels: | release core