From 19d32355b29f47e1d2b750c20f101ae3b2a8e24c Mon Sep 17 00:00:00 2001 From: xiehaijun Date: Tue, 29 Jul 2025 13:06:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=BE=8E=E5=8C=96=E5=92=8C=E6=89=8B=E5=8A=A8=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=BB=A5=E5=8F=8Agit=E5=88=B0=E5=85=B6=E4=BB=96=E4=BB=93?= =?UTF-8?q?=E5=BA=93.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 日志美化和手动发布以及git到其他仓库.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/日志美化和手动发布以及git到其他仓库.md b/日志美化和手动发布以及git到其他仓库.md index 583d23b..148cee5 100644 --- a/日志美化和手动发布以及git到其他仓库.md +++ b/日志美化和手动发布以及git到其他仓库.md @@ -1,3 +1,4 @@ +``` name: Update Main Version run-name: Move ${{ github.event.inputs.major_version }} to ${{ github.event.inputs.target }} @@ -41,7 +42,7 @@ https://github.com/marketplace/actions/generate-changelog#outputs 这是个非常专业、实际的需求,下面我将以生产实践为你梳理一套完整的流程:**如何标准化 Commit 信息,并借助 GitHub Actions 自动生成高质量的 CHANGELOG,用于 `softprops/action-gh-release@v2` 展示变更内容**。 - +``` --- # ✅ 最佳实践目标