-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonorepo.yml
58 lines (45 loc) · 837 Bytes
/
monorepo.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
project_name: example
builds:
- id: example
main: .
binary: example
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
monorepo:
tag_prefix: example-
dir: .
release:
name_template: 'v{{ .Version }}'
tag: '{{ .Tag }}'
github:
owner: caarlos0-graveyard
name: test2
checksum:
name_template: 'checksums.txt'
archives:
- id: example-archive
name_template: 'example-v{{ .Version }}-{{ .Os }}-{{ .Arch }}'
builds:
- example
dockers:
- image_templates:
- caarlos0/example-monorepo
dockerfile: Dockerfile.example
brews:
- tap:
owner: caarlos0
name: test
folder: Formula
caveats: "Test formula, dont use it. It doesnt do anything"
announce:
twitter:
enabled: true
after:
hooks:
- echo "thank you bye"