Codebase list golang-github-gobuffalo-packr / 99a336a5-04a2-4965-a5c8-aa07b25e37c8/main .goreleaser.yml.plush
99a336a5-04a2-4965-a5c8-aa07b25e37c8/main

Tree @99a336a5-04a2-4965-a5c8-aa07b25e37c8/main (Download .tar.gz)

.goreleaser.yml.plush @99a336a5-04a2-4965-a5c8-aa07b25e37c8/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
<% } %>