Update release workflow to include quick install instructions in release notes

This commit is contained in:
2026-01-18 14:25:17 +01:00
parent 43375912d6
commit 6c1038a77d

View File

@@ -30,6 +30,13 @@ jobs:
Minimal tool to create and publish Git release tags following the vX.Y.Z format. 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. See the [README](https://github.com/${{ github.repository }}/blob/${{ steps.version.outputs.version }}/README.md) for more details.
files: | files: |
git-release git-release