Fix goreleaser config: remove monorepo field, add dir for node-agent

This commit is contained in:
Harivansh Rathi 2026-04-01 20:40:19 -04:00
parent cce3e435d5
commit d670cfee7b

View file

@ -2,12 +2,10 @@ version: 2
project_name: betternas-node project_name: betternas-node
monorepo:
tag_prefix: v
builds: builds:
- id: betternas-node - id: betternas-node
main: ./apps/node-agent/cmd/node-agent dir: apps/node-agent
main: ./cmd/node-agent
binary: betternas-node binary: betternas-node
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
@ -26,5 +24,8 @@ archives:
- betternas-node - betternas-node
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: checksums.txt
changelog: changelog:
use: git use: git