Re-enable v5 releases - #14801
Merged
Merged
Conversation
Backports the auto-merge-release-prs.yml change from #14798.
Backports #14793 (set `repository.url` to https://github.com/vercel/ai) and #14794 (normalize package.json files) from main.
Backports #14795 from main.
gr2m
marked this pull request as ready for review
April 28, 2026 22:29
gr2m
enabled auto-merge (squash)
April 28, 2026 22:56
felixarntz
approved these changes
Apr 28, 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.
Backports the recent main-branch fixes that re-enabled releases after the GitHub App was retired and provenance was configured.
Backported PRs
secrets.GITHUB_TOKEN#14784 —ci(release): use \secrets.GITHUB_TOKEN``ci(release): git config for GITHUB_TOKENci(release): sign commits by changesets/acionci(release): use Node 24repository.urlto https://github.com/vercel/ai #14793 —build(pkg): set \repository.url` to https://github.com/vercel/ai`normalize package json filesfix: trigger releases after provenance setupremove github app use in workflows(the auto-merge bot-type check +id-token: writefollow-up)Notes on differences from main / v6
@ai-sdk/bytedance,@ai-sdk/devtools,@ai-sdk/klingai,@ai-sdk/open-responses,@ai-sdk/otel,@ai-sdk/voyage, and@ai-sdk/workflowpackages — all excluded from the changeset and the package.json sweep.backport.ymlorupdate-model-settings.ymlworkflows, so the corresponding parts of remove github app use in workflows #14798 do not apply.release.ymlis simpler than main's (no snapshot path, no notify-released-PRs step), so only the relevant subset of ci(release): usesecrets.GITHUB_TOKEN#14784/ci(release): git config for GITHUB_TOKEN #14785/ci(release): sign commits by changesets/acion #14787/ci(release): use Node 24 #14791 was applied.NPM_TOKEN: secrets.NPM_TOKEN_ELEVATEDwas kept since OIDC trusted publishing has not been configured for v5 packages.auto-merge-release-prs.ymlkeeps the existingGR2M_PR_REVIEW_TOKEN(still needed for PR approval); only theBotuser-type check from remove github app use in workflows #14798 was applied.permissionsblock added torelease.ymlwithid-token: write, matching the v6 backport.