Skip to content

Commit 47aa7a1

Browse files
Update .claude/skills/release-cherry-pick/SKILL.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent 7d8648a commit 47aa7a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .claude/skills/release-cherry-pick

.claude/skills/release-cherry-pick/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ git cherry-pick --continue
6161
Push the cherry-picks to a new branch and open a PR targeting `release/<VERSION>`. The PR title lists every cherry-picked PR number. The body uses `## Cherry-picked PRs` as the only heading with one `- #<NUM>` bullet per PR — no titles, no links, no extra text.
6262

6363
```bash
64-
git checkout -b cherry-picks/release-<VERSION>
64+
git checkout -B cherry-picks/release-<VERSION>
6565
git push -u origin cherry-picks/release-<VERSION>
6666

6767
gh pr create \

0 commit comments

Comments
 (0)