-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.goreleaser.yml
More file actions
32 lines (32 loc) · 917 Bytes
/
.goreleaser.yml
File metadata and controls
32 lines (32 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: 2
before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
archives:
- name_template: "{{ .ProjectName }}_{{- if eq .Os \"darwin\" }}Darwin{{- else if eq .Os \"windows\" }}Windows{{- else }}Linux{{ end }}_{{- if eq .Arch \"amd64\" }}x86_64{{- else if eq .Arch \"386\" }}i386{{- else }}{{ .Arch }}{{ end }}"
checksum:
name_template: "checksums.txt"
snapshot:
version_template: "{{ .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
homebrew_casks:
- repository:
owner: masterpointio
name: homebrew-tap
description: Easily run one-off tasks against an ECS Task Definition.
homepage: https://github.com/masterpointio/ecsrun