Add one-click release workflows (DEV-1181)#69
Merged
SpertsyanKM merged 2 commits intoJul 16, 2026
Merged
Conversation
Rollout of the release automation piloted in sandwich-sdk: release.yml (workflow_dispatch) runs the whole release via the shared workflow — version calculation, release PRs, bot approval, CI gate, merge — and publish_release.yml creates the GitHub release when the release PR merges to main, so the publish workflow fires on release:[released] as before. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GjdKcoaoecn6TKWmnUZzji
…DEV-1181) Deleted: manual prerelease dispatch lanes (replaced by the Release workflow), tag-triggered release PR creation (prerelease/* tags no longer drive releases) and the Development Build prerelease on pushes to main (the GitHub release is now created directly by publish_release). Publish, checks, stale and upgrade_sandwich workflows are untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GjdKcoaoecn6TKWmnUZzji
SpertsyanKM
deleted the
kamo/dev-1181-sdk-release-automation-rollout-to-all-sdk-repos
branch
July 16, 2026 08:59
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.
Rollout of the one-click release automation piloted in sandwich-sdk (DEV-1181).
gh workflow run); the shared workflow bumps versions via fastlane, opens release PRs to develop and main, approves them, waits for CI, merges main, and the release is published automatically.one-click-release-labeled release PR merges to main — the existing publish workflow keeps firing onrelease:[released]exactly as before.Legacy workflows superseded by the new flow are removed in this PR: manual prerelease dispatch lanes, tag-triggered release PR creation and the "Development Build" prerelease on pushes to main (publish_release creates the GitHub release directly now). Publish, checks, stale and upgrade_sandwich workflows are untouched.
GH_TOKENsecret (PAT with repo scope) — being shared to all SDK repos as an org secret.🤖 Generated with Claude Code
https://claude.ai/code/session_01GjdKcoaoecn6TKWmnUZzji