From 26c9f1e06727c8f38e03110d46dbb4ca918cbb8c Mon Sep 17 00:00:00 2001 From: Attila Laszlo Nagy Date: Fri, 24 Jul 2026 10:05:11 +0200 Subject: [PATCH] Docs: Make release tagging version-neutral Replace the stale v0.2.0 command with a version-neutral X.Y.Z example so future releases cannot copy an obsolete tag from the maintained instructions. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47e3a1f..2a99fa3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,8 @@ runs the test suite, builds each platform, and attaches `synty--` (plus a `.sha256`) to the release: ```sh -# bump the Cargo.toml version, commit, then: -git tag v0.2.0 && git push origin v0.2.0 +# bump the Cargo.toml version, commit, then replace X.Y.Z with that version: +git tag vX.Y.Z && git push origin vX.Y.Z ``` The matrix builds `macos-14` (`--features metal,s3,gcs,mcp-http,athena`, Apple