Codebase list golang-github-gobuffalo-packr / 18b1cfa3-f412-4c81-ba77-622292e87804/main v2 / .goreleaser.yml.plush
18b1cfa3-f412-4c81-ba77-622292e87804/main

Tree @18b1cfa3-f412-4c81-ba77-622292e87804/main (Download .tar.gz)

.goreleaser.yml.plush @18b1cfa3-f412-4c81-ba77-622292e87804/mainraw · history · blame

builds:
-
  goos:
    - darwin
    - linux
    - windows
  goarch:
    - ppc64le
    - 386
    - amd64
  env:
    - CGO_ENABLED=0
  ignore:
    - goos: darwin
      goarch: ppc64le
    - goos: windows
      goarch: ppc64le
  main: ./packr2/main.go
  binary: packr2

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
<% } %>