Add README and git-release script for creating and publishing Git releases

This commit is contained in:
2025-10-29 14:31:24 +01:00
parent d1a1a48a4b
commit 2fe2f2b91b
2 changed files with 101 additions and 1 deletions

View File

@@ -1 +1,18 @@
# git-release
# git-release
Minimal tool to create and publish a Git release (tag + push) from a local repo.
Installation
- Make the script executable: `chmod +x git-release`
- (Optional) Copy to PATH: `cp git-release $HOME/.local/bin/git-release`
Usage
- From the repository root: `./git-release`
- The script creates an annotated tag and pushes it to the configured remote.
- If the script is in your PATH, you can run it directly with `git release`
Dependencies
- git
License
- See the repository `LICENSE` file.