Codebase list golang-github-gobuffalo-packr / ab639a91-f393-4d40-8263-05ec7762a18f/upstream v2 / .goreleaser.yml.plush
ab639a91-f393-4d40-8263-05ec7762a18f/upstream

Tree @ab639a91-f393-4d40-8263-05ec7762a18f/upstream (Download .tar.gz)

.goreleaser.yml.plush @ab639a91-f393-4d40-8263-05ec7762a18f/upstreamraw · 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) { %>
brews:
  -
      github:
        owner: gobuffalo
        name: homebrew-tap
<% } %>