release
Installation
SKILL.md
Remotion Bits Release
Use this skill when preparing and publishing a new remotion-bits release from this repository.
What This Skill Does
This skill performs the full release workflow:
- Bump the version in
./package.json. Default to a patch bump unless the user explicitly requests minor, major, or a specific version. - Update
CHANGELOG.mdwith concise release notes for the new version. - Run
npm run registry:build. - Commit the release changes with
chore: vX.Y.Z. - Push the release commit to
master. - Research notable changes since the previous release from git history and merged PRs.
- Open the prefilled GitHub release form with system-level browser opening, not the internal browser.
- After the GitHub release is published, deploy docs with
./scripts/deploy-docs.sh. - Publish the package to npm with
npm publish.
Preconditions
Related skills