Skip to content

Commit

Permalink
bump goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau committed Apr 4, 2024
1 parent a5434dd commit 3b3b14f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 1
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/drlau/akashi/cmd.version={{.Version}}
goos:
- linux
- windows
- darwin
archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- Merge pull request
- Merge branch
29 changes: 0 additions & 29 deletions .goreleaser.yml

This file was deleted.

0 comments on commit 3b3b14f

Please sign in to comment.