[STG-2468] chore(cli): release browse 0.9.3 to publish the Docker image#2310
Merged
Conversation
Patch bump to trigger the first browse release that publishes the Docker image added in #2295. browse 0.9.2 shipped before the GHCR publish step existed, so no image exists yet; 0.9.3 produces ghcr.io/browserbase/browse. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 09b8f9d The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
pkiv
approved these changes
Jul 3, 2026
akeimach
approved these changes
Jul 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.
What
Changeset-only patch bump (
browse0.9.2 → 0.9.3) to trigger the first browse release that publishes the Docker image added in #2295.browse@0.9.2shipped before the GHCR publish step existed, so no image is on the registry yet. The Docker step only runs when browse's version changes (should_publish), so a release is required to produce it.This PR contains only a changeset — no code changes.
Release path (after this merges)
browsechangeset lands onmain.Release browse@0.9.3PR.browse@0.9.3to npm and builds/pushesghcr.io/browserbase/browse(multi-arch, pinned).One-time follow-up
GHCR packages default to private — after the first push, set
ghcr.io/browserbase/browsevisibility to Public so sandboxes can pull it anonymously.Linear: STG-2468
Summary by cubic
Patch bump for
browse0.9.3 to trigger the first Docker image publish toghcr.io/browserbase/browse(multi-arch, pinned per release). No code changes; adds a changeset so the release builds and pushes the image. Addresses Linear STG-2468.ghcr.io/browserbase/browsevisibility to Public so sandboxes can pull without auth.Written for commit 09b8f9d. Summary will update on new commits.