Conversation
Switch prerelease type from alpha to beta and publish to `latest` instead of `next`. The `next` dist-tag stays frozen at the last alpha and will be repurposed for canary releases (see #845). - Add `prerelease-type: "beta"` to all 8 packages in release-please config - Fix double `publish` keyword bug in CD workflow - Remove `--tag next` from publish command (defaults to `latest`) - Remove `@next` from install commands in docs and CDN URLs - Update README status, intro, timeline, and npm badge for beta Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Deploy Preview for vjs10-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
📦 Bundle Size Report🎨 @videojs/html(no changes) Presets (7)
Media (4)
Players (3)
Skins (14)
UI Components (21)
Sizes are marginal over the root entry point. ⚛️ @videojs/react(no changes) Presets (7)
Media (3)
Skins (14)
UI Components (17)
Sizes are marginal over the root entry point. 🧩 @videojs/core(no changes) Entries (5)
🏷️ @videojs/element(no changes) Entries (2)
📦 @videojs/store(no changes) Entries (3)
🔧 @videojs/utils(no changes) Entries (10)
📦 @videojs/spf(no changes) Entries (3)
ℹ️ How to interpretAll sizes are standalone totals (minified + brotli).
Run |
3 tasks
2 tasks
sampotts
pushed a commit
that referenced
this pull request
Mar 11, 2026
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
prerelease-type: "beta"to all 8 packages in release-please config — next release becomes10.0.0-beta.0publishkeyword bug and remove--tag nextfrom CD workflow — publishes tolatestby default@nextfrom install commands in docs, CDN URLs, and README npm badgeThe
nextdist-tag stays frozen at10.0.0-alpha.10. Canary release repurposing tracked in #845.Test plan
release-please-config.jsonhasprerelease-type: "beta"on all 8 packagespublishand no--tag next@nextin install commands or CDN URLsnpm view @videojs/html dist-tagsshowslatestatbeta.0🤖 Generated with Claude Code