github.com/wata727/tflint@v0.12.2-0.20191013070026-96dd0d36f385/.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  env:
     4    - CGO_ENABLED=0
     5    - GO111MODULE=on
     6  builds:
     7    - goos:
     8        - linux
     9        - darwin
    10        - freebsd
    11        - netbsd
    12        - openbsd
    13        - windows
    14      goarch:
    15        - 386
    16        - amd64
    17        - arm
    18  archives:
    19    - id: zip
    20      name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
    21      format: zip
    22      files:
    23        - none*
    24  changelog:
    25    skip: true
    26  checksum:
    27    name_template: 'checksums.txt'
    28  release:
    29    github:
    30      owner: wata727
    31      name: tflint
    32    draft: true
    33  snapshot:
    34    name_template: "{{ .Tag }}-dev"