github.com/flanksource/konfigadm@v0.12.0/.goreleaser.yml (about)

     1  release:
     2    disable: false
     3    github:
     4  builds:
     5      - env:
     6          - CGO_ENABLED=0
     7        goarch:
     8         - amd64
     9        goos:
    10         - windows
    11         - linux
    12         - darwin
    13  
    14  nfpms:
    15      -
    16        name_template: "{{ .ProjectName }}"
    17        replacements:
    18          amd64: 64-bit
    19          386: 32-bit
    20          darwin: macOS
    21  
    22        license: Apache 2.0
    23        formats:
    24          - deb
    25          - rpm
    26  
    27  checksum:
    28    name_template: 'checksums.txt'
    29  snapshot:
    30    name_template: "{{ .Tag }}-next"
    31  changelog:
    32    sort: asc
    33    filters:
    34      exclude:
    35      - '^docs:'
    36      - '^test:'