mirror of
https://github.com/ObNitram/git-release.git
synced 2026-03-22 03:42:20 +01:00
Update release workflow to include quick install instructions in release notes
This commit is contained in:
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user