Skip to content

Commit d591da9

Browse files
committed
Remove deprecated releaser option
1 parent faf9892 commit d591da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ checksum:
3838
signs:
3939
- artifacts: checksum
4040
args:
41-
# if you are using this in a GitHub action or some other automated pipeline, you
41+
# if you are using this in a GitHub action or some other automated pipeline, you
4242
# need to pass the batch flag to indicate its not interactive.
4343
- "--batch"
4444
- "--local-user"
@@ -54,4 +54,4 @@ release:
5454
# If you want to manually examine the release before its live, uncomment this line:
5555
# draft: true
5656
changelog:
57-
skip: true
57+
disable: true

0 commit comments

Comments
 (0)