Skip to content

Commit 64689c6

Browse files
committed
Fix breaking changes in GoRelease v2
The field has been removed in 2.0: https://goreleaser.com/deprecations/?h=changelog#changelogskip Signed-off-by: Max Jonas Werner <[email protected]>
1 parent bad23f9 commit 64689c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: image-automation-controller
23

34
builds:
@@ -23,7 +24,7 @@ release:
2324
To verify the images and their provenance (SLSA level 3), please see the [security documentation](https://fluxcd.io/flux/security/).
2425
2526
changelog:
26-
skip: true
27+
disable: true
2728

2829
checksum:
2930
extra_files:

0 commit comments

Comments
 (0)