github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/.goreleaser.yaml (about)

     1  # This is an example .goreleaser.yml file with some sensible defaults.
     2  # Make sure to check the documentation at https://goreleaser.com
     3  builds:
     4  - skip: true
     5  signs:
     6    - artifacts: checksum
     7      args:
     8        - "--batch"
     9        - "--local-user"
    10        - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
    11        - "--output"
    12        - "${signature}"
    13        - "--detach-sign"
    14        - "${artifact}"
    15  release:
    16    draft: true
    17  changelog:
    18    skip: true
    19