Codebase list golang-github-gobuffalo-packr / eb1a15bc-c8ad-4537-8dd2-5458603274ec/main .goreleaser.yml.plush
eb1a15bc-c8ad-4537-8dd2-5458603274ec/main

Tree @eb1a15bc-c8ad-4537-8dd2-5458603274ec/main (Download .tar.gz)

.goreleaser.yml.plush @eb1a15bc-c8ad-4537-8dd2-5458603274ec/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
<% } %>