github.com/willabides/benchdiff@v0.9.1/.goreleaser.yml (about)

     1  before:
     2    hooks:
     3      - script/generate
     4  builds:
     5    - env:
     6        - CGO_ENABLED=0
     7      goos:
     8        - linux
     9        - darwin
    10      main: ./cmd/benchdiff
    11  checksum:
    12    name_template: 'checksums.txt'
    13  snapshot:
    14    name_template: "{{ .Tag }}-next"
    15  changelog:
    16    sort: asc
    17    filters:
    18      exclude:
    19        - '^docs:'
    20        - '^test:'