Skip to content

Commit 07a1cb2

Browse files
authored
make goreleaser aware of RCs (#323)
1 parent 2908e3b commit 07a1cb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .goreleaser.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ checksum:
55
snapshot:
66
name_template: '{{ .Tag }}-{{ time "20060102" }}'
77

8+
release:
9+
prerelease: auto
10+
811
changelog:
912
sort: asc
1013
filters:
@@ -15,7 +18,7 @@ changelog:
1518
# cross compilations.
1619
builds:
1720
-
18-
# OSX
21+
# OSX
1922
id: arduino_cli_osx
2023
binary: arduino-cli
2124
env:

0 commit comments

Comments
 (0)