user-owned DAVs (#14)

This commit is contained in:
Hari 2026-04-01 20:26:44 -04:00 committed by GitHub
parent ca5014750b
commit 1bbfb6647d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 732 additions and 777 deletions

30
.goreleaser.yaml Normal file
View file

@ -0,0 +1,30 @@
version: 2
project_name: betternas-node
monorepo:
tag_prefix: v
builds:
- id: betternas-node
main: ./apps/node-agent/cmd/node-agent
binary: betternas-node
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
goarch:
- amd64
- arm64
ldflags:
- -s -w
archives:
- id: betternas-node
builds:
- betternas-node
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
changelog:
use: git