chore(cli): prepare browse 0.9.7 release - #2703
Closed
shrey150 wants to merge 1 commit into
Closed
Conversation
|
Contributor
Author
|
Superseded by #2705, which prepares |
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.
BLUF
Prepare the smallest auditable release path for the tactical Browse Functions hotfix: publish only
browse@0.9.7from the legacy CLI line, through npm trusted publishing, after the full package test and packed-artifact smoke gates pass.This PR is intentionally stacked on #2700 so reviewers see only release mechanics. Merge #2700 into
v4-spike-clifirst, then retarget this PR tov4-spike-cli; merging this PR will trigger the publish.Why this path
packages/cliis no longer onmain, so the normal main release job cannot consume its changeset.npm publishwould bypass the repository's existing OIDC provenance path.changeset publishfromv4-spike-clirisks touching unrelated Stagehand v4 packages..github/workflows/release.yml, so this adds a branch-gated Browse-only job to that workflow.Changes
0.9.6to0.9.7v4-spike-clirelease path that can publish only thebrowsepackagemainValidation
pnpm --filter browse lintpnpm --filter browse test— 25 files, 367 tests passedbrowse-0.9.7.tgz; verified package name/versionbrowse --versionreports0.9.7browse functions --helpexposes publish/dev/invoke/initactionlint .github/workflows/release.ymlbrowse@0.9.7is not present on npmThe live Functions E2E matrix for the exact tactical source is documented on #2700, including fresh scaffold install, local dev, cloud publish, synchronous invoke, asynchronous invoke/status, and API-key-based project inference.
Summary by cubic
Publishes
browse@0.9.7through a branch‑gated, provenance-enabled workflow to ship the Functions parity hotfix with an auditable path. Previously, the release workflow only published frommain; now av4-spike-clijob publishes onlybrowseafter tests and tarball smoke checks, leaving other packages and themainrelease path unchanged.browseto 0.9.7 and updates its changelog; removes the consumed changeset.Release Browse CLIjob in.github/workflows/release.ymlthat runs only onv4-spike-cli.--versionandfunctionshelp.Written for commit f412bff. Summary will update on new commits.