Skip to content

Commit 64f71fb

Browse files
committed
chore: add Windows to goreleaser goos, add license to homebrew cask
1 parent 004147b commit 64f71fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ builds:
1010
goos:
1111
- linux
1212
- darwin
13+
- windows
1314
goarch:
1415
- amd64
1516
- arm64
@@ -99,6 +100,7 @@ homebrew_casks:
99100
name: homebrew-tap
100101
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
101102
homepage: "https://github.com/thedavidweng/money"
103+
license: "Apache-2.0"
102104
description: "Local-first personal finance backend for agents and power users"
103105
hooks:
104106
post:

0 commit comments

Comments
 (0)