Skip to content

Commit

Permalink
do not put version number in binary filename
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Mar 12, 2022
1 parent 0546b0c commit 013c702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builds:
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
binary: '{{ .ProjectName }}'
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ print the diffs for every change.

## Installation

You can download a binary for the [latest release on GitHub](https://github.com/xrstf/stalk/releases)
or install stalk via Go:

```bash
go install go.xrstf.de/stalk
```
Expand Down

0 comments on commit 013c702

Please sign in to comment.