github.com/djui/moq@v0.3.3/.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  builds:
     4  - env:
     5    - CGO_ENABLED=0
     6    goos:
     7    - darwin
     8    - windows
     9    - linux
    10    goarch:
    11    - amd64
    12    - arm
    13    - arm64
    14    ldflags:
    15    - -X main.Version={{.Version}}
    16  archives:
    17  - replacements:
    18      darwin: macOS
    19      linux: Linux
    20      windows: Windows
    21      386: i386
    22      amd64: x86_64
    23  universal_binaries:
    24    - replace: false
    25  checksum:
    26    name_template: 'checksums.txt'
    27  snapshot:
    28    name_template: "{{ .Tag }}"
    29  changelog:
    30    sort: asc
    31    filters:
    32      exclude:
    33      - '^docs:'
    34      - '^test:'
    35  release:
    36    github:
    37      owner: matryer
    38      name: moq