forked from GitHubMirrors/silverbullet-icalendar
docs(conductor): Update Version Bump protocol to use sync-version script
This commit is contained in:
@@ -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):**
|
||||
|
||||
Reference in New Issue
Block a user