Skip to content

Commit

Permalink
Add install cmds to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Sep 6, 2023
1 parent 592c6e6 commit 835f087
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ archives:

changelog:
use: github
sort: asc
sort: desc

release:
github:
Expand All @@ -51,4 +51,11 @@ release:
ids:
- uniget
name_template: "{{ .Version }}"
mode: replace
mode: replace
header: |
## Installation
```
curl -sLf https://github.com/uniget-org/cli/releases/download/v{{ .Tag }}/uniget_linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget
```

0 comments on commit 835f087

Please sign in to comment.