We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f987778 + 15bc9aa commit 772d90eCopy full SHA for 772d90e
1 file changed
AGENTS/release.md
@@ -25,10 +25,10 @@ bump so users expect meaningful change.
25
26
Suggested guidance to give users:
27
- 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:
+- **Do NOT run `set-version.sh` locally or commit version bumps.** CI stamps
+ the manifest automatically from the tag. Running it locally on a feature
+ branch creates a misleading versionCode that diverges from the release.
+- Create and push the tag **on `main`**:
32
- `git tag v0.1.0`
33
- `git push origin main --tags`
34
- Wait for the **tag** CI run (not the branch run). Both trigger, but only the
0 commit comments