github.com/Johnny2210/revive@v1.0.8-0.20210625134200-febf37ccd0f5/.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  ---
     4  archives:
     5    -
     6      replacements:
     7        386: i386
     8        amd64: x86_64
     9        darwin: Darwin
    10        linux: Linux
    11        windows: Windows
    12  before:
    13    hooks:
    14      - "go mod download"
    15      - "go generate ./..."
    16  builds:
    17    -
    18      env:
    19        - CGO_ENABLED=0
    20      goos:
    21        - linux
    22        - darwin
    23        - windows
    24  
    25  changelog:
    26    filters:
    27      exclude:
    28        - "^docs:"
    29        - "^test:"
    30    sort: asc
    31  checksum:
    32    name_template: checksums.txt
    33  snapshot:
    34    name_template: "{{ .Tag }}-next"
    35  project_name: revive