Update README to clarify Git release tag format

This commit is contained in:
2025-10-29 14:47:53 +01:00
parent 4406a46e53
commit a2d916b8a9

View File

@@ -1,6 +1,7 @@
# git-release # 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 Installation
- Make the script executable: `chmod +x git-release` - Make the script executable: `chmod +x git-release`