Skip to content

Commit 811c628

Browse files
committed
v4.0.417
1 parent c54b75a commit 811c628

File tree

98 files changed

+230
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+230
-225
lines changed

.claude/commands/release.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
1. Run `bun i`
2-
2. Run `bun run build`
3-
3. Check `https://www.npmjs.com/package/remotion` to get the current version number
4-
4. Run `bun set-version.ts <version>`, where <version> is the current version plus 1
5-
5. Run `NPM_CONFIG_TOKEN=<token> bun run release` where <token> is $1
1+
- Kill any `turbo` processes that might be running with SIGKILL
2+
- Run `npm login` (I will manually do 2FA in the browser)
3+
- Use `op item get "Npmjs" --fields password --reveal` to get the password for NPM.
4+
- Use `op item get "Npmjs" --otp` to get a one-time password for 2FA.
5+
- Run `npm token create --name="PublishRemotionXXXXXX" --packages "remotion" --packages "create-video" --packages-and-scopes-permission read-write --bypass-2fa --scopes "@remotion"`. Replace XXXXXX with a random string so we have a unique name. It will ask for a password, use the `op` command to get the password for NPM. The NPM token will be printed.
6+
- Run `bun i`
7+
- Run `bun run build`
8+
- Check `https://www.npmjs.com/package/remotion` to get the current version number
9+
- Run `bun set-version.ts <version>`, where <version> is the current version plus 1
10+
- Run `NPM_CONFIG_TOKEN=<token> bun run release` where <token> is the NPM token we just created

0 commit comments

Comments
 (0)