Skip to content

Commit 772d90e

Browse files
authored
Merge pull request #23 from usetrmnl/adb-connect-d8vk
docs: never run set-version.sh locally
2 parents f987778 + 15bc9aa commit 772d90e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS/release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ bump so users expect meaningful change.
2525

2626
Suggested guidance to give users:
2727
- Ensure `main` is clean and up to date.
28-
- (Optional) Stamp the manifest locally for traceability:
29-
- `./tools/set-version.sh v0.1.0` (uses `python3`)
30-
- Commit the version bump.
31-
- Create and push the tag:
28+
- **Do NOT run `set-version.sh` locally or commit version bumps.** CI stamps
29+
the manifest automatically from the tag. Running it locally on a feature
30+
branch creates a misleading versionCode that diverges from the release.
31+
- Create and push the tag **on `main`**:
3232
- `git tag v0.1.0`
3333
- `git push origin main --tags`
3434
- Wait for the **tag** CI run (not the branch run). Both trigger, but only the

0 commit comments

Comments
 (0)