You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .goreleaser.yml
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,24 @@
1
1
project_name: golang-jwt-signer
2
+
version: 2
2
3
release:
3
-
draft: false
4
+
draft: true
4
5
github:
5
6
owner: salrashid123
6
7
name: golang-jwt-signer
7
8
name_template: '{{.Tag}}'
8
9
extra_files:
9
10
builds:
10
11
- skip: true
11
-
scoop:
12
-
name: golang-jwt-signer
13
-
commit_author:
14
-
name: sal
15
-
email: salrashid123@gmail.com
16
-
commit_msg_template: Scoop update for {{ .ProjectName }} version {{ .Tag }}
17
-
goamd64: v1
18
12
archives:
19
13
- id: archive
20
14
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
0 commit comments