Version Packages: sonilo 0.15.0, sonilo-cli 0.14.0 - #56
Merged
Conversation
sonilo 0.15.0, sonilo-cli 0.14.0 — videoAnalysis resource and the video-analysis CLI command. Versioned by hand rather than by the changesets bot: the Release workflow's CHANGESET_PAT expired on 2026-08-16, so the action cannot open its own Version Packages PR. With no changesets left on main it skips straight to publish, which uses OIDC trusted publishing and needs no token — so this unblocks the npm release without rotating the secret. sonilo-video-kit is deliberately untouched at 0.3.3.
Lightsage docs evalsWaiting for the staging docs URL before running evals. Lightsage will start the selected PR evals automatically when GitHub reports a successful docs deployment for this PR. This usually happens within 15 minutes. Commit: |
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.
Releases
sonilo0.15.0 andsonilo-cli0.14.0 —videoAnalysisand thevideo-analysisCLI command (#55).Authored by hand rather than by the changesets bot. The Release workflow's
CHANGESET_PATexpired on 2026-08-16 (gh secret listshows it was set 2026-07-17, a 30-day fine-grained PAT), sochangesets/actionfails withHttpError: Bad credentialswhen it tries to open this PR — before it ever reaches the publish step.Merging this consumes the last changeset on
main. The next Release run therefore finds nothing to version and goes straight tonpm run release, which publishes over OIDC trusted publishing and does not use the PAT at all. So npm ships without rotating the secret.CHANGESET_PATshould still be rotated at some point — the bot cannot open a Version Packages PR until it is — but it no longer blocks this release.Notes:
sonilo-video-kitis deliberately untouched at 0.3.3.release/…rather than reusing the stale remotechangeset-release/main, which is left alone.npm run build,npm test -w sonilo(195),npm test -w sonilo-cli(162).