Skip to content

Commit

Permalink
Add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Sep 6, 2019
1 parent cebc1aa commit 78d39a3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
builds:
- env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

nfpms:
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/globocom/slo-generator
description: Easy setup a service level objectives using prometheus
maintainer: Wilson Júnior <wilson.junior@corp.globo.com>
license: MIT
vendor: Globo.com
formats:
- deb
- rpm

0 comments on commit 78d39a3

Please sign in to comment.