forked from gopinath-langote/1build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.goreleaser.yml
41 lines (40 loc) · 840 Bytes
/
.goreleaser.yml
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
34
35
36
37
38
39
40
project_name: 1build
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
before:
hooks:
- go mod tidy
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^testing:'
brews:
-
name: "one-build"
github:
owner: gopinath-langote
name: homebrew-one-build
commit_author:
name: gopinath-langote
email: [email protected]
folder: Formula
homepage: "https://github.com/gopinath-langote/1build"
description: "Frictionless way of managing project-specific commands"
test: |
system "#{bin}/1build --version"
install: |
bin.install "1build"