github.com/emreu/go-swagger@v0.22.1/.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      # you may remove this if you don't use vgo
     6      - go mod tidy
     7  builds:
     8  - env:
     9    - CGO_ENABLED=0
    10  archives:
    11  - replacements:
    12      darwin: Darwin
    13      linux: Linux
    14      windows: Windows
    15      386: i386
    16      amd64: x86_64
    17  checksum:
    18    name_template: 'checksums.txt'
    19  snapshot:
    20    name_template: "{{ .Tag }}-next"
    21  changelog:
    22    sort: asc
    23    filters:
    24      exclude:
    25      - '^docs:'
    26      - '^test:'