version

$npx mdskill add remotion-dev/remotion/version

Identify Remotion version for documentation updates.

  • Ensures docs reference the correct upcoming patch release
  • Reads packages/core/src/version.ts to determine current state
  • Compares existing references against the identified next version number
  • Returns specific version string for accurate document configuration
SKILL.md
.github/skills/versionView on GitHub ↗
---
name: version
description: The version of Remotion we are working on.
---

We are working on the next version of Remotion.  
The current version can be found in `packages/core/src/version.ts`.
The next version is going to be a patch version.

Ensure the docs correctly reference the next version.
More from remotion-dev/remotion