Skip to content

Commit 5480157

Browse files
Michael McNeesclaude
authored andcommitted
fix(release): rename dockers_v2 to dockers for goreleaser v2 compatibility
goreleaser v2 merged dockers_v2 into dockers; the old key maps to a deprecated DockerV2 struct that no longer accepts image_templates etc. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4925759 commit 5480157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/engine/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ changelog:
5050
- title: Other
5151
order: 999
5252

53-
dockers_v2:
53+
dockers:
5454
- image_templates:
5555
- "ghcr.io/dvflw/mantle:{{ .Version }}-amd64"
5656
use: buildx

0 commit comments

Comments
 (0)