summaryrefslogtreecommitdiffstats
path: root/.goreleaser.yml
blob: 617380f6fa0a665cac5e269837116246b432e9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project_name: docui

builds:
  - env:
    - CGO_ENABLED=0
    - GO111MODULE=on

archives:
  - replacements:
      darwin: Darwin
      linux: Linux
      amd64: x86_64

checksum:
  name_template: 'checksums.txt'

snapshot:
  name_template: "{{ .Tag }}-next"

changelog:
  skip: true