github.com/mentimeter/morty@v1.2.2-0.20221012065510-5596adecd154/.goreleaser.yml (about)

     1  before:
     2    hooks:
     3      - go mod tidy
     4      - go generate ./...
     5  builds:
     6    - env:
     7        - CGO_ENABLED=0
     8      id: "morty"
     9      binary: morty
    10      goos:
    11        - linux
    12        - windows
    13        - darwin
    14  checksum:
    15    name_template: 'checksums.txt'
    16  snapshot:
    17    name_template: "{{ .Tag }}-next"
    18  archives:
    19  - name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
    20    format: binary
    21  changelog:
    22    sort: asc
    23    filters:
    24      exclude:
    25        - '^docs:'
    26        - '^test:'