Skip to content

Commit db91f48

Browse files
authored
Add Windows to the list of release targets (#179)
1 parent aec00d6 commit db91f48

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
@@ -11,7 +11,7 @@ builds:
1111
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
1212
goos:
1313
# - freebsd
14-
# - windows
14+
- windows
1515
- linux
1616
- darwin
1717
goarch:
@@ -45,4 +45,4 @@ release:
4545
# If you want to manually examine the release before its live, uncomment this line:
4646
# draft: true
4747
changelog:
48-
skip: true
48+
skip: true

0 commit comments

Comments
 (0)