Skip to content

Commit d01aa10

Browse files
authored
build: Update patch only for local release branch dev builds (#888)
Prevents confusion over what version is being built locally.
1 parent a3a8dcb commit d01aa10

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
@@ -154,4 +154,4 @@ checksum:
154154
name_template: 'checksums.txt'
155155

156156
snapshot:
157-
name_template: "{{ incminor .Tag }}-dev"
157+
name_template: "{{ incpatch .Tag }}-dev"

0 commit comments

Comments
 (0)