diff --git a/conductor/workflow.md b/conductor/workflow.md index e9b3a11..4303e3d 100644 --- a/conductor/workflow.md +++ b/conductor/workflow.md @@ -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 `. 2. **Push Changes (Code Changes Only):**