Skip to content

Commit

Permalink
Update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
noqqe committed Feb 22, 2023
1 parent ae4bf6c commit c2944a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ builds:
flags:
- -v
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
openbsd: OpenBSD
386: i386
amd64: x86_64
- id: serra
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
- git tag | tail -5
- read -p "Version v1.1.1 " version ; git tag $version
- git push --tags
- goreleaser release --rm-dist
- goreleaser release --clean

default:
cmds:
Expand Down

0 comments on commit c2944a6

Please sign in to comment.