Skip to content

Commit 7f5af3c

Browse files
authored
Update deprecated goreleaser field (#3826)
Problem: The snapshot.name_template field is deprecated. Solution: Update to snapshot.version_template
1 parent 867fe9c commit 7f5af3c

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
@@ -55,4 +55,4 @@ milestones:
5555
- close: true
5656

5757
snapshot:
58-
name_template: "edge"
58+
version_template: "edge"

0 commit comments

Comments
 (0)