Codebase list golang-github-gobuffalo-packr / 64db7a2a-14e2-4f0e-9a56-8311bab12275/main v2 / .goreleaser.yml
64db7a2a-14e2-4f0e-9a56-8311bab12275/main

Tree @64db7a2a-14e2-4f0e-9a56-8311bab12275/main (Download .tar.gz)

.goreleaser.yml @64db7a2a-14e2-4f0e-9a56-8311bab12275/mainraw · history · blame

# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
# Edit .goreleaser.yml.plush instead

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:'

brews:
  -
      github:
        owner: gobuffalo
        name: homebrew-tap