Codebase list golang-github-gobuffalo-packr / bc0d5e39-4f34-480d-aace-2168de2838af/main .goreleaser.yml.plush
bc0d5e39-4f34-480d-aace-2168de2838af/main

Tree @bc0d5e39-4f34-480d-aace-2168de2838af/main (Download .tar.gz)

.goreleaser.yml.plush @bc0d5e39-4f34-480d-aace-2168de2838af/mainraw · history · blame

builds:
-
  goos:
    - darwin
    - linux
    - windows
  env:
    - CGO_ENABLED=0
  main: ./packr/main.go
  binary: packr

checksum:
  name_template: 'checksums.txt'

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

changelog:
  sort: asc
  filters:
    exclude:
      - '^docs:'
      - '^test:'
<%= if (brew) { %>
brew:
  github:
    owner: gobuffalo
    name: homebrew-tap
<% } %>