fix(release): snapshot-docs via PR instead of direct push to protected main#343
Merged
Merged
Conversation
v0.5.0 release run의 `Snapshot Versioned Docs` job이 main 브랜치 protection (`Changes must be made through a pull request`) 때문에 직접 push 실패. ## 변경 - `.github/workflows/release.yml`: `git push origin main` → `peter-evans/create-pull-request`로 `docs/snapshot-v<ver>` 브랜치 자동 생성 + PR 오픈. `pull-requests: write` 권한 추가. - `.github/workflows/ci.yml`: Branch Policy가 `docs/snapshot-v*` 브랜치도 main에 머지 허용 (data-only 변경이므로 develop 우회 안전). ## 효과 다음 릴리스부터 자동으로 `docs/snapshot-vX.Y.Z` 브랜치 + auto-snapshot 라벨이 붙은 PR이 생성됨. Eric이 머지하면 versioned docs가 main에 반영. push 실패 0. Co-Authored-By: Pochacco <noreply@anthropic.com>
This was referenced Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
v0.5.0 release run에서 `Snapshot Versioned Docs` job이 실패. 원인:
Fix
사용 시나리오 (다음 릴리스부터)
Test plan
Related: PR #342 (v0.5.0 수동 스냅샷).
🤖 Generated with Claude Code