Add Workbench preview release stream#131
Merged
Merged
Conversation
Add daily devVersion entries for workbench and workbench-session-init targeting the apple-blossom preview branch. The release_branch field (from posit-bakery) controls which branch the Workbench dailies URL resolves to; update it here when the preview branch rotates. Expose a release-branch dispatch input on development.yml so the branch can be overridden at runtime without changing bakery.yaml. Requires posit-bakery with release_branch support in the channel dev version model and release-branch input in bakery-build-native.yml.
1f63202 to
3eda0b0
Compare
cm421
approved these changes
Jun 11, 2026
cm421
left a comment
There was a problem hiding this comment.
I don't think I'm an area owner in this new repo, but LGTM anyway!
zachhannum
approved these changes
Jun 11, 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.
Configures daily dev version builds for the Workbench preview (apple-blossom)
branch, pushing to
ghcr.io/posit-dev/workbench-previewandghcr.io/posit-dev/workbench-session-init-preview.Uses the
release_branchfield introduced in the posit-bakery channel devversion model to target the apple-blossom dailies URL. Update
release_branchin
bakery.yamlwhen the preview branch rotates. Therelease-branchdispatch input on
development.ymlallows overriding it at runtime withoutchanging
bakery.yaml.Requires: