2017-06-28 00:20:08 +02:00
|
|
|
builds:
|
2017-07-08 17:06:59 +02:00
|
|
|
-
|
2017-06-28 00:20:08 +02:00
|
|
|
env:
|
2017-06-28 03:45:59 +02:00
|
|
|
- CGO_ENABLED=0
|
2017-06-28 00:20:08 +02:00
|
|
|
goos:
|
|
|
|
- linux
|
2017-09-12 04:46:26 +02:00
|
|
|
- darwin
|
|
|
|
- windows
|
2017-06-28 00:20:08 +02:00
|
|
|
goarch:
|
2017-09-12 04:46:26 +02:00
|
|
|
- 386
|
2017-06-28 00:20:08 +02:00
|
|
|
- amd64
|
2017-09-12 04:46:26 +02:00
|
|
|
- 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:
|
|
|
|
- docs
|
|
|
|
- Merge pull request
|
|
|
|
- Merge branch
|
2017-09-12 04:42:36 +02:00
|
|
|
dockers:
|
|
|
|
- image: goreleaser/goreleaser
|
2017-09-16 20:39:02 +02:00
|
|
|
latest: true
|
2017-12-05 15:29:55 +02:00
|
|
|
tag_template: '{{ .Tag }}'
|
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:
|
|
|
|
- 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
|
2017-07-08 17:05:57 +02:00
|
|
|
homepage: http://goreleaser.github.io
|
|
|
|
description: Deliver Go binaries as fast and easily as possible
|
2017-07-16 17:33:41 +02:00
|
|
|
test: |
|
|
|
|
system "#{bin}/goreleaser -v"
|
2017-01-30 01:55:32 +02:00
|
|
|
fpm:
|
2017-07-08 17:05:57 +02:00
|
|
|
homepage: http://goreleaser.github.io
|
|
|
|
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:
|
2017-01-30 02:33:08 +02:00
|
|
|
- deb
|
2017-08-19 00:45:44 +02:00
|
|
|
- rpm
|
2017-01-30 02:33:08 +02:00
|
|
|
dependencies:
|
|
|
|
- git
|
2017-07-27 02:30:48 +02:00
|
|
|
snapcraft:
|
|
|
|
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
|
2017-12-02 20:41:05 +02:00
|
|
|
|