一键导入
update-version
Update `AvailableFrom` in a PR to the next Remotion patch version (`main` + `0.0.1`).
菜单
Update `AvailableFrom` in a PR to the next Remotion patch version (`main` + `0.0.1`).
| name | update-version |
| description | Update `AvailableFrom` in a PR to the next Remotion patch version (`main` + `0.0.1`). |
Use this when a PR contains docs changes with <AvailableFrom v="..."> and the value should reflect the next release version.
main:git fetch origin main --quiet
git --no-pager show origin/main:packages/core/src/version.ts
Read VERSION from that file (for example: 4.0.468), then compute the next patch version by incrementing the patch number by 1 (4.0.469).
AvailableFrom entries changed in the current PR:git --no-pager diff origin/main...HEAD -- packages/docs | rg 'AvailableFrom v="'
Update only AvailableFrom values touched by this PR so they match the computed next patch version from step 1.
Do not change unrelated AvailableFrom values outside the PR diff.
Commit and push the update.
Best practices for Remotion - Video creation in React
Release a new Remotion version
Fix newly added optional parameters, optional React props, and optional type/interface members in Remotion monorepo diffs by converting internal APIs to required nullable values and updating call sites. Use when a PR, review, or user asks to forbid new `foo?: T` / `param?: T` additions except for exported or documented public APIs where requiring the value would be breaking.
Wait for a Remotion pull request to become mergeable, handle merge conflicts, distinguish genuine CI failures from flakes, rerun flaky checks through the flake skill, and merge the PR. Use when asked to run /merge, merge a current PR after checks pass, or shepherd a Remotion PR through CI to merge.
Add a browser WebCodecs bug to the Remotion Mediabunny WebCodecs bugs docs page. Use when given a Chromium, WebKit, or Firefox issue URL that should be tracked in packages/docs/docs/mediabunny/webcodecs-bugs.mdx, especially when needing to look up the issue title, filing date, reporter, and resolution state before editing the MDX table.
Add a new sound effect to @remotion/sfx