From 3ecec2a64bde845dc9a5533f0d5c90cabab2aea7 Mon Sep 17 00:00:00 2001 From: sstent Date: Fri, 20 Feb 2026 11:18:20 -0800 Subject: [PATCH] docs(conductor): Update Version Bump protocol to use sync-version script --- conductor/workflow.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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):**