From 477b4cdc39471a1f29083a91e42737fefd911eb0 Mon Sep 17 00:00:00 2001 From: ObNitram Date: Wed, 29 Oct 2025 14:47:53 +0100 Subject: [PATCH] Update README to clarify Git release tag format --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 507a4ca..f65ea07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # git-release -Minimal tool to create and publish a Git release (tag + push) from a local repo. +Minimal tool to create and publish Git release tags following the vX.Y.Z format. + Installation - Make the script executable: `chmod +x git-release`