2 Commits
v0.2.1 ... main

2 changed files with 0 additions and 5 deletions

View File

@@ -27,16 +27,13 @@ jobs:
name: Release ${{ steps.version.outputs.version }}
body: |
## git-release ${{ steps.version.outputs.version }}
Minimal tool to create and publish Git release tags following the vX.Y.Z format.
```bash
# Quick install
mkdir -p ${HOME}/.local/bin
wget -qO ${HOME}/.local/bin/git-release https://github.com/ObNitram/git-release/releases/download/${{ steps.version.outputs.version }}/git-release
chmod +x ${HOME}/.local/bin/git-release
```
See the [README](https://github.com/${{ github.repository }}/blob/${{ steps.version.outputs.version }}/README.md) for more details.
files: |
git-release

View File

@@ -62,8 +62,6 @@ wget -qO ${HOME}/.local/bin/git-release https://github.com/ObNitram/git-release/
chmod +x ${HOME}/.local/bin/git-release
```
## Dependencies
- git