Reapply "Version Packages (#16006)" (#16021)#16022
Conversation
|
📦 CLI Tarball ReadyThe Vercel CLI tarball for this PR is now available! Quick TestYou can test this PR's CLI directly by running: npx https://vercel-osx47y1g2.vercel.sh/tarballs/vercel.tgz --helpUse in vercel.jsonTo use this CLI version in your project builds, add to your {
"build": {
"env": {
"VERCEL_CLI_VERSION": "vercel@https://vercel-osx47y1g2.vercel.sh/tarballs/vercel.tgz"
}
}
}Python Runtime WheelA Python Workers WheelA |
|
Low Risk — Automated changeset version bumps + changelog updates for package releases.
Assessed at 06afc0c. |
🧪 Unit Test StrategyComparing: Strategy: Affected packages only ✅ Only testing packages that have been modified or depend on modified packages. Affected packages - 40 (100%)
Results
This comment is automatically generated based on the affected testing strategy |
|
Ignoring CI here because it already passed in #16006. I have to do some shenanigans to get npm publish working via GH Actions. |
This reverts commit 8ad520b.
I disabled the Release action, when this changeset PR was merged, because I was trying to stop the auto-updating release PR. However, I needed to re-enable it before merging, because it's the same workflow that publishes to npm.
The easiest way forward is to: