Skip to content

Commit 7279a08

Browse files
authored
ci: fix version string for preview builds (#1046)
This fixes the version string of snapshots to instead of this: ```hcloud 1.50.0-dev+07d1b93-dev+07d1b93``` Look like this: ```hcloud 1.50.0-dev+07d1b93```
1 parent 9b5f87e commit 7279a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ builds:
3636
output: true
3737
3838
snapshot:
39-
version_template: "{{ .Version }}-dev+{{ .ShortCommit }}"
39+
version_template: "{{ .Version }}"
4040

4141
checksum:
4242
name_template: checksums.txt

0 commit comments

Comments
 (0)