github.com/Azure/tflint-ruleset-basic-ext@v0.6.0/.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  builds:
     6    - targets:
     7        - darwin_amd64
     8        - darwin_arm64
     9        - linux_386
    10        - linux_amd64
    11        - linux_arm
    12        - linux_arm64
    13        - windows_386
    14        - windows_amd64
    15  archives:
    16    - id: zip
    17      name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
    18      format: zip
    19      files:
    20        - none*
    21  changelog:
    22    skip: true
    23  checksum:
    24    name_template: 'checksums.txt'
    25  signs:
    26    - artifacts: checksum
    27  release:
    28    github:
    29      owner: Azure
    30      name: tflint-ruleset-basic-ext
    31  snapshot:
    32    name_template: "{{ .Tag }}-dev"