2018-10-29 02:54:15 +02:00
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod download
|
2017-06-28 00:20:08 +02:00
|
|
|
builds:
|
2018-04-04 02:36:11 +02:00
|
|
|
- env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
goarch:
|
|
|
|
- 386
|
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
2017-08-28 01:45:33 +02:00
|
|
|
checksum:
|
|
|
|
name_template: '{{ .ProjectName }}_checksums.txt'
|
2017-10-18 13:43:18 +02:00
|
|
|
changelog:
|
2017-10-20 19:54:43 +02:00
|
|
|
sort: asc
|
2017-10-18 13:43:18 +02:00
|
|
|
filters:
|
|
|
|
exclude:
|
2018-04-04 02:36:11 +02:00
|
|
|
- '^docs:'
|
|
|
|
- '^test:'
|
|
|
|
- Merge pull request
|
|
|
|
- Merge branch
|
2018-05-13 21:13:48 +02:00
|
|
|
dockers:
|
2018-11-27 17:39:50 +02:00
|
|
|
- image_templates:
|
|
|
|
- 'goreleaser/goreleaser:{{ .Tag }}-cgo'
|
|
|
|
- 'goreleaser/goreleaser:v{{ .Major }}.{{ .Minor }}-cgo'
|
|
|
|
- 'goreleaser/goreleaser:latest-cgo'
|
|
|
|
dockerfile: Dockerfile.cgo
|
2018-11-27 17:51:23 +02:00
|
|
|
binary: goreleaser
|
2018-11-27 18:05:54 +02:00
|
|
|
build_flag_templates:
|
|
|
|
- "--label=org.label-schema.schema-version=1.0"
|
|
|
|
- "--label=org.label-schema.version={{.Version}}"
|
|
|
|
- "--label=org.label-schema.name={{.ProjectName}}"
|
2018-11-27 17:39:50 +02:00
|
|
|
extra_files:
|
|
|
|
- scripts/entrypoint.sh
|
2018-10-31 05:23:29 +02:00
|
|
|
- image_templates:
|
|
|
|
- 'goreleaser/goreleaser:{{ .Tag }}'
|
|
|
|
- 'goreleaser/goreleaser:v{{ .Major }}.{{ .Minor }}'
|
|
|
|
- 'goreleaser/goreleaser:latest'
|
2018-11-27 17:39:50 +02:00
|
|
|
dockerfile: Dockerfile
|
2018-11-27 17:51:23 +02:00
|
|
|
binary: goreleaser
|
2018-11-27 18:05:54 +02:00
|
|
|
build_flag_templates:
|
|
|
|
- "--label=org.label-schema.schema-version=1.0"
|
|
|
|
- "--label=org.label-schema.version={{.Version}}"
|
|
|
|
- "--label=org.label-schema.name={{.ProjectName}}"
|
2018-09-04 14:26:26 +02:00
|
|
|
extra_files:
|
|
|
|
- scripts/entrypoint.sh
|
2017-04-21 21:23:43 +02:00
|
|
|
archive:
|
2017-08-28 01:45:33 +02:00
|
|
|
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2017-05-18 17:44:55 +02:00
|
|
|
replacements:
|
|
|
|
darwin: Darwin
|
|
|
|
linux: Linux
|
|
|
|
windows: Windows
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
2017-04-21 21:23:43 +02:00
|
|
|
format_overrides:
|
2018-04-04 02:36:11 +02:00
|
|
|
- goos: windows
|
|
|
|
format: zip
|
2016-12-21 14:35:34 +02:00
|
|
|
brew:
|
2017-03-23 02:23:52 +02:00
|
|
|
github:
|
|
|
|
owner: goreleaser
|
|
|
|
name: homebrew-tap
|
2017-01-14 22:44:51 +02:00
|
|
|
folder: Formula
|
2018-02-12 22:50:22 +02:00
|
|
|
homepage: https://goreleaser.com
|
2017-07-08 17:05:57 +02:00
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
2017-07-16 17:33:41 +02:00
|
|
|
test: |
|
|
|
|
system "#{bin}/goreleaser -v"
|
2018-02-12 19:58:58 +02:00
|
|
|
scoop:
|
|
|
|
bucket:
|
|
|
|
owner: goreleaser
|
|
|
|
name: scoop-bucket
|
2018-02-12 22:50:22 +02:00
|
|
|
homepage: https://goreleaser.com
|
2018-02-12 19:58:58 +02:00
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
|
|
|
license: MIT
|
2018-02-17 16:16:06 +02:00
|
|
|
nfpm:
|
2018-01-19 05:02:12 +02:00
|
|
|
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2018-02-12 22:50:22 +02:00
|
|
|
homepage: https://goreleaser.com
|
2017-07-08 17:05:57 +02:00
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
2017-04-21 22:13:25 +02:00
|
|
|
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
|
2017-04-21 22:02:28 +02:00
|
|
|
license: MIT
|
|
|
|
vendor: GoReleaser
|
2017-01-30 01:55:32 +02:00
|
|
|
formats:
|
2018-04-04 02:36:11 +02:00
|
|
|
- deb
|
|
|
|
- rpm
|
2017-01-30 02:33:08 +02:00
|
|
|
dependencies:
|
2018-04-04 02:36:11 +02:00
|
|
|
- git
|
2018-02-19 00:36:52 +02:00
|
|
|
recommends:
|
2018-04-04 02:36:11 +02:00
|
|
|
- rpm
|
2017-07-27 02:30:48 +02:00
|
|
|
snapcraft:
|
2018-01-19 05:02:12 +02:00
|
|
|
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
2017-07-27 02:30:48 +02:00
|
|
|
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
|
2018-10-20 22:41:31 +02:00
|
|
|
publish: true
|