Refactor release notes to improve clarity and formatting

This commit is contained in:
2026-01-18 15:11:25 +01:00
parent 6c1038a77d
commit 4c4ec99928

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