mirror of
https://github.com/ObNitram/git-release.git
synced 2026-03-22 03:42:20 +01:00
19 lines
507 B
Markdown
19 lines
507 B
Markdown
# git-release
|
|
|
|
Minimal tool to create and publish Git release tags following the vX.Y.Z format.
|
|
|
|
|
|
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. |