-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.goreleaser.yml
45 lines (42 loc) · 938 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
41
42
43
44
45
builds:
- main: main.go
binary: janus
goos:
- windows
- darwin
- linux
goarch:
- amd64
archive:
format_overrides:
- goos: windows
format: zip
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
release:
github:
owner: ethereumproject
name: janus
# Using draft: true will not build homebrew tap, and does not publish Github release
draft: false
# brew:
# # Reporitory to push the tap to.
# github:
# owner: ethereumproject
# name: janus
#
# # Folder inside the repository to put the formula.
# # Default is the root folder.
# folder: Formula
#
# # Your app's description
# # Default is empty
# description: "Shared CI deployer + version syntax tool for ETCDEV"