Skip to content

Commit

Permalink
.goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Maddox committed Aug 27, 2018
1 parent e1df239 commit e7c1c60
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: ssm-parameter-store

builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- windows
- linux
binary: ecs

archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}"

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^scratch:'

0 comments on commit e7c1c60

Please sign in to comment.