github.com/rumpl/mod@v1.1.0/.goreleaser.yml (about)

     1  before:
     2    hooks:
     3      - go mod download
     4  builds:
     5    - env:
     6        - CGO_ENABLED=0
     7  archives:
     8    - replacements:
     9        386: i386
    10        amd64: x86_64
    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:"