Skip to content

Commit 408fa33

Browse files
committed
chore: fix release naming
Signed-off-by: ygelfand <yuri@shlitz.com>
1 parent 18849e5 commit 408fa33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ archives:
2626
# this name template makes the escapes easier to read
2727
name_template: >-
2828
{{ .ProjectName }}_
29-
{{- title .Os }}_
29+
{{- .Os }}_
3030
{{- if eq .Arch "amd64" }}x86_64
3131
{{- else if eq .Arch "386" }}i386
3232
{{- else }}{{ .Arch }}{{ end }}
3333
{{- if .Arm }}v{{ .Arm }}{{ end }}
3434
35+
release:
36+
prerelease: auto
37+
3538
checksum:
3639
name_template: "checksums.txt"
3740

@@ -44,3 +47,4 @@ changelog:
4447
exclude:
4548
- "^docs:"
4649
- "^test:"
50+
- "^chore:"

0 commit comments

Comments
 (0)