You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	fix: update config
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
		| @@ -62,8 +62,7 @@ dockers: | ||||
|   extra_files: | ||||
|   - scripts/entrypoint.sh | ||||
| archives: | ||||
|   - | ||||
|     name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||||
|   - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||||
|     replacements: | ||||
|       darwin: Darwin | ||||
|       linux: Linux | ||||
| @@ -73,15 +72,15 @@ archives: | ||||
|     format_overrides: | ||||
|     - goos: windows | ||||
|       format: zip | ||||
| brew: | ||||
|   github: | ||||
|     owner: goreleaser | ||||
|     name: homebrew-tap | ||||
|   folder: Formula | ||||
|   homepage:  https://goreleaser.com | ||||
|   description: Deliver Go binaries as fast and easily as possible | ||||
|   test: | | ||||
|     system "#{bin}/goreleaser -v" | ||||
| brews: | ||||
|   - github: | ||||
|       owner: goreleaser | ||||
|       name: homebrew-tap | ||||
|     folder: Formula | ||||
|     homepage:  https://goreleaser.com | ||||
|     description: Deliver Go binaries as fast and easily as possible | ||||
|     test: | | ||||
|       system "#{bin}/goreleaser -v" | ||||
| scoop: | ||||
|   bucket: | ||||
|     owner: goreleaser | ||||
| @@ -90,8 +89,7 @@ scoop: | ||||
|   description: Deliver Go binaries as fast and easily as possible | ||||
|   license: MIT | ||||
| nfpms: | ||||
|   - | ||||
|     name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||||
|   - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||||
|     homepage:  https://goreleaser.com | ||||
|     description: Deliver Go binaries as fast and easily as possible | ||||
|     maintainer: Carlos Alexandro Becker <root@carlosbecker.com> | ||||
| @@ -104,13 +102,13 @@ nfpms: | ||||
|     - git | ||||
|     recommends: | ||||
|     - rpm | ||||
| snapcraft: | ||||
|   name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||||
|   summary: Deliver Go binaries as fast and easily as possible | ||||
|   description: | | ||||
|     GoReleaser builds Go binaries for several platforms, creates a GitHub | ||||
|     release and then pushes a Homebrew formula to a repository. All that | ||||
|     wrapped in your favorite CI. | ||||
|   grade: stable | ||||
|   confinement: classic | ||||
|   publish: true | ||||
| snapcrafts: | ||||
|   - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||||
|     summary: Deliver Go binaries as fast and easily as possible | ||||
|     description: | | ||||
|       GoReleaser builds Go binaries for several platforms, creates a GitHub | ||||
|       release and then pushes a Homebrew formula to a repository. All that | ||||
|       wrapped in your favorite CI. | ||||
|     grade: stable | ||||
|     confinement: classic | ||||
|     publish: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user