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` 展示变更内容**。 - +``` --- # ✅ 最佳实践目标