Skip to content

Commit 8f18cf5

Browse files
abrichrclaude
andcommitted
docs(ci): correct release workflow comment — root cause was branch protection, not merge type
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7f7bc18 commit 8f18cf5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release and PyPI Publish
22

3-
# IMPORTANT: This repo must use squash merges only. Non-squash merges can
4-
# orphan semantic-release's "chore: release" commit, breaking version detection.
5-
# Enforced via GitHub repo settings (allow_merge_commit=false, allow_rebase_merge=false).
3+
# Requires ADMIN_TOKEN secret (GitHub PAT with repo scope) to push release
4+
# commits to protected branches. Without it, the tag gets created but the
5+
# version bump commit is rejected by branch protection, orphaning the tag.
66

77
on:
88
push:

0 commit comments

Comments
 (0)