Skip to content

Commit 34d7322

Browse files
authored
review suggestions
1 parent fadfafe commit 34d7322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ release:
5757
# If you want to manually examine the release before its live, uncomment this line:
5858
# draft: true
5959
prerelease: auto
60-
make_latest: "{{ not .Prerelease }}"
60+
make_latest: {{ eq (.Prerelease | len) 0 }}
6161
changelog:
6262
# see https://goreleaser.com/customization/changelog/
6363
use: github-native

0 commit comments

Comments
 (0)