From 42804aa00c55c92308596918018b64b9560e82ee Mon Sep 17 00:00:00 2001 From: Chisanan232 Date: Fri, 17 Jul 2026 11:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(sdk-version-bump):=20Normalize?= =?UTF-8?q?=20branch=20scheme=20to=20four-part=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the segment to the branch-naming reference so it matches the org-wide four-part scheme ///. Refs AAASM-4732 --- .claude/skills/sdk-version-bump/SKILL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/skills/sdk-version-bump/SKILL.md b/.claude/skills/sdk-version-bump/SKILL.md index 7139661..f7e3a5c 100644 --- a/.claude/skills/sdk-version-bump/SKILL.md +++ b/.claude/skills/sdk-version-bump/SKILL.md @@ -136,7 +136,8 @@ generator should own. ### 6. Commit, branch, PR - **Branch** off `master` (never `main` — it is stale here): - `//`. + `///` (e.g. + `v0.0.1/AAASM-4728/deps/bump_sdk`). - **Commits** are gitmoji, one logical unit each — e.g. the `sdk-versions.yaml` bump, the regenerated manifests/READMEs, and each ecosystem's lockfile regen as separate commits. Bisectable; the tree passes the audit at every commit.