Add a changeset for the dubbing language docs - #65
Merged
Conversation
The change itself is already on main (#64); without a changeset the release workflow runs and correctly does nothing, so `types.ts`'s three new codes would never reach npm. Patch on both packages: `sonilo` ships the type and README, `sonilo-cli` the --languages help text. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Follow-up to #64, which landed without one.
release.ymlruns changesets on every push tomain. With.changeset/empty it runs and correctly does nothing, so #64'stypes.tscodes would sit onmainand never reach npm. This adds the missing entry.Patch on both packages, matching what #64 actually touched:
sonilo—DubbingLanguageand the READMEsonilo-cli— the--languageshelp textMerging this opens the usual Version Packages PR (
sonilo0.16.2 → 0.16.3,sonilo-cli0.15.2 → 0.15.3); publishing happens when that is merged, not this one.The three languages are live in production and verified end to end — a real job through
api.sonilo.comreturned playableth,pt_brandes_419mp4s. Nothing in this SDK validates language codes, so an installed 0.16.2 already reaches them; what it cannot do is autocomplete them.🤖 Generated with Claude Code