Skip to content

Commit 448ae12

Browse files
committed
udpate goreleaser
Signed-off-by: sal rashid <salrashid123@gmail.com>
1 parent 3563288 commit 448ae12

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.goreleaser.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
11
project_name: golang-jwt-signer
2+
version: 2
23
release:
3-
draft: false
4+
draft: true
45
github:
56
owner: salrashid123
67
name: golang-jwt-signer
78
name_template: '{{.Tag}}'
89
extra_files:
910
builds:
1011
- 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
1812
archives:
1913
- id: archive
2014
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
21-
format: tar.gz
15+
formats: ['tar.gz']
2216
files:
2317
- LICENSE*
2418
- README*
2519
- dist/*.sig
2620
snapshot:
27-
name_template: '{{ .Version }}-SNAPSHOT-{{ .ShortCommit }}'
21+
version_template: '{{ .Version }}'
2822
checksum:
2923
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
3024
algorithm: sha256
@@ -45,6 +39,7 @@ signs:
4539
env_files:
4640
github_token: ~/.config/goreleaser/github_token
4741
source:
42+
enabled: false
4843
name_template: '{{ .ProjectName }}-{{ .Version }}'
4944
format: tar.gz
5045
gomod:

0 commit comments

Comments
 (0)