Skip to content

Commit 76948f1

Browse files
authored
chore: improve prerelease handling (#39)
1 parent 8c8dd27 commit 76948f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ archives:
3737

3838
homebrew_casks:
3939
- name: loops
40+
skip_upload: auto
4041
alternative_names:
4142
- loops@{{ .Version }}
4243
repository:
@@ -54,5 +55,8 @@ homebrew_casks:
5455
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/loops"]
5556
end
5657
58+
release:
59+
prerelease: auto
60+
5761
changelog:
5862
use: github-native

0 commit comments

Comments
 (0)