github.com/TaceyWong/ctools@v0.1.1-0.20201221084458-4d7a8190b2ac/.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      
     6  builds:
     7  - env:
     8    - CGO_ENABLED=0
     9  archive:
    10    replacements:
    11      darwin: Darwin
    12      linux: Linux
    13      windows: Windows
    14      386: i386
    15      amd64: x86_64
    16  checksum:
    17    name_template: 'checksums.txt'
    18  snapshot:
    19    name_template: "{{ .Tag }}-next"
    20  changelog:
    21    sort: asc
    22    filters:
    23      exclude:
    24      - '^docs:'
    25      - '^test:'