Skip to content

Commit

Permalink
Update goreleaser docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmachado committed May 15, 2020
1 parent 90f6e88 commit 73c13cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: changelog
project_name: changelog
builds:
- binary: changelog
goos:
Expand All @@ -9,8 +9,12 @@ builds:
dockers:
- goos: linux
goarch: amd64
builds:
- changelog
binaries:
- changelog
image_templates:
- "rcmachado/{{.ProjectName}}:{{.Tag}}"
- "rcmachado/{{.ProjectName}}:{{ .Major }}"
- "rcmachado/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}"
- "rcmachado/{{.ProjectName}}:latest"

0 comments on commit 73c13cf

Please sign in to comment.