summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/alecthomas/chroma/.goreleaser.yml
blob: 99d13e311efba5b2be7698953057c57be1a2156d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
project_name: chroma
release:
  github:
    owner: alecthomas
    name: chroma
brews:
  -
    install: bin.install "chroma"
builds:
- goos:
    - linux
    - darwin
    - windows
  goarch:
    - amd64
    - "386"
  goarm:
    - "6"
  main: ./cmd/chroma/main.go
  ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
  binary: chroma
archives:
  -
    format: tar.gz
    name_template: '{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{
    .Arm }}{{ end }}'
    files:
      - COPYING
      - README*
snapshot:
  name_template: SNAPSHOT-{{ .Commit }}
checksum:
  name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'