Codebase list golang-github-gobuffalo-packr / de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstream .goreleaser.yml.plush
de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstream

Tree @de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstream (Download .tar.gz)

.goreleaser.yml.plush @de5e7b37-512d-4c4f-9df9-fc59296f94bc/upstreamraw · 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
<% } %>