mirror of
https://github.com/ObNitram/git-release.git
synced 2026-03-22 03:42:20 +01:00
Add README and git-release script for creating and publishing Git releases
This commit is contained in:
19
README.md
19
README.md
@@ -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.
|
||||
Reference in New Issue
Block a user