Git and Release Workflow
Steps
- •Create appropriately named branch.
- •Group related changes in focused commits.
- •Prepare PR summary with test evidence and risk notes.
- •Avoid history rewrites on protected branches.
遵循仓库的 Git 与 PR 工作流规范。当您需要准备分支、提交、拉取请求以及发布说明时,可运用此技能。
--- frontmattername: git-release-workflow description: Applies repository git and PR workflow standards. Use when preparing branches, commits, pull requests, and release notes.