Skip to content

Commit

Permalink
Update goreleaser for new name
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfi committed Oct 31, 2023
1 parent 696d6dd commit 5ef306f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yml
Expand Up @@ -34,22 +34,22 @@ archives:
linux: Linux
amd64: x86_64
checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
name_template: '{{ .ProjectName }}_checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
name_template: '{{ .Tag }}-next'
# Already using git-chglog
changelog:
skip: true

dockers:
- dockerfile: build/package/Dockerfile
image_templates:
- "xaque208/weigh:{{ .Tag }}"
- "xaque208/weigh:v{{ .Major }}.{{ .Minor }}"
- "xaque208/weigh:latest"
- 'zachfi/weigh:{{ .Tag }}'
- 'zachfi/weigh:v{{ .Major }}.{{ .Minor }}'
- 'zachfi/weigh:latest'
build_flag_templates:
- "--pull"
- "--label=repository=https://github.com/xaque208/weigh"
- '--pull'
- '--label=repository=https://github.com/zachfi/weigh'

release:
name_template: "{{.ProjectName}} v{{.Version}}"
name_template: '{{.ProjectName}} v{{.Version}}'

0 comments on commit 5ef306f

Please sign in to comment.