mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
* fix(cli): update goreleaser tag_prefix to match browseros-cli-v* format * fix(cli): replace goreleaser with plain go build for releases GoReleaser free version cannot parse prefixed tags (browseros-cli-v*). monorepo.tag_prefix is a Pro-only feature. Replaced with direct go build + gh release create: - Builds all 6 targets with go build (verified locally) - Creates tar.gz/zip archives with checksums - Uses gh release create to publish - No external tool dependency