Skip to content

Commit 470c875

Browse files
committed
Fix: Releases
1 parent 991768c commit 470c875

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.goreleaser.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ builds:
2929
- "7"
3030

3131
archives:
32-
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
32+
- name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
3333
wrap_in_directory: true
3434
format_overrides:
3535
- goos: windows
@@ -38,12 +38,14 @@ archives:
3838
checksum:
3939
name_template: "checksums.txt"
4040

41-
snapshot:
42-
name_template: "{{ .Tag }}-next"
43-
4441
changelog:
4542
sort: asc
4643
filters:
4744
exclude:
4845
- "^docs:"
4946
- "^test:"
47+
48+
release:
49+
github:
50+
owner: owulveryck
51+
name: gomarkablestream

0 commit comments

Comments
 (0)