docs(conductor): Update Version Bump protocol to use sync-version script

This commit is contained in:
2026-02-20 11:18:20 -08:00
parent d1e0a7fee7
commit 3ecec2a64b

View File

@@ -140,7 +140,8 @@ All tasks follow a strict lifecycle:
1. **Version Bump (Code Changes Only):**
- If the track involved code changes (i.e., not purely documentation), you **must** bump the project version number.
- Update `deno.json` and any other version-tracked files (e.g., `icalendar.ts`) with the new version.
- Update the version in `deno.json`.
- Run the version synchronization script: `docker run --rm -v $(pwd):/app -w /app denoland/deno:latest task sync-version`.
- Commit the version bump with message: `chore: Bump version to <new_version>`.
2. **Push Changes (Code Changes Only):**