github.com/gfleury/gobbs@v0.0.0-20200831213239-44ca2b94c1a1/.goreleaser.yml (about)

     1  # This is an example goreleaser.yaml file with some sane defaults.
     2  # Make sure to check the documentation at http://goreleaser.com
     3  before:
     4    hooks:
     5  builds:
     6    - env:
     7        - CGO_ENABLED=0
     8  archive:
     9    replacements:
    10      darwin: Darwin
    11      linux: Linux
    12      windows: Windows
    13      386: i386
    14      amd64: x86_64
    15  checksum:
    16    name_template: "checksums.txt"
    17  snapshot:
    18    name_template: "{{ .Tag }}-next"
    19  changelog:
    20    sort: asc
    21    filters:
    22      exclude:
    23        - "^docs:"
    24        - "^test:"