-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
47 lines (47 loc) · 1.52 KB
/
Copy path.goreleaser.yaml
File metadata and controls
47 lines (47 loc) · 1.52 KB
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
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- freebsd
- windows
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7
ldflags:
- -X main.Version={{.Version}}
main: ./cmd/certify/
brews:
- name: certify
homepage: "https://github.com/nothinux/homebrew-tools"
folder: Formula
description: "Certify is an easy-to-use certificate manager and can be used as an alternative to OpenSSL. With Certify you can create your own private CA (Certificate Authority) and issue certificates with your own CA"
license: "MIT"
repository:
owner: nothinux
name: homebrew-tools
branch: main
token: "{{ .Env.TAP_TOKEN }}"
commit_msg_template: "formula update for {{ .ProjectName }} version {{ .Tag }}"
- name: "certify@{{ .Env.RELEASE_VERSION }}"
homepage: "https://github.com/nothinux/homebrew-tools"
folder: Formula
description: "Certify is an easy-to-use certificate manager and can be used as an alternative to OpenSSL. With Certify you can create your own private CA (Certificate Authority) and issue certificates with your own CA"
license: "MIT"
repository:
owner: nothinux
name: homebrew-tools
branch: main
token: "{{ .Env.TAP_TOKEN }}"
commit_msg_template: "formula update for {{ .ProjectName }} version {{ .Tag }}"