fix: rename post-release sync branch to tmp/sync-main/{tag}#98
Open
hdamker wants to merge 1 commit intocamaraproject:release-automationfrom
Open
fix: rename post-release sync branch to tmp/sync-main/{tag}#98hdamker wants to merge 1 commit intocamaraproject:release-automationfrom
hdamker wants to merge 1 commit intocamaraproject:release-automationfrom
Conversation
Avoids confusion with permanent pre-release/{tag} pointer branches.
The tmp/ prefix signals the branch is disposable after PR merge.
Labels and descriptive text unchanged.
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.
What type of PR is this?
Bug fix / naming improvement
What this PR does / why we need it:
Renames the post-release sync PR branch from
post-release/{tag}totmp/sync-main/{tag}. The old name was confusingly similar to the permanentpre-release/{tag}pointer branch — both appeared as siblings in the branch list but have opposite lifecycles (pre-release/is permanent,post-release/is disposable after PR merge).The
tmp/prefix clearly signals the branch is temporary, andsync-main/describes its purpose (syncing release artifacts back to main).Labels and descriptive text ("post-release sync") are unchanged — they describe the PR purpose, not the branch path.
Which issue(s) this PR fixes:
None (naming improvement found during E2E validation)
Special notes for reviewers:
Pure rename across 4 files. No behavioral changes. All 510 tests pass.
Files changed:
.github/workflows/release-automation-reusable.yml(branch name construction)release_automation/scripts/post_release_syncer.py(branch name construction)release_automation/tests/test_post_release_syncer.py(test strings)release_automation/docs/technical-architecture.md(docs)Changelog input
Additional documentation