go/pkg/release/publishers
Snider 513a241c1b feat(release): add package manager publishers for S3.2
Add publishers for distributing CLI binaries to package managers:
- npm: binary wrapper pattern with postinstall download
- Homebrew: formula generation + tap auto-commit
- Scoop: JSON manifest + bucket auto-commit
- AUR: PKGBUILD + .SRCINFO + AUR push
- Chocolatey: NuSpec + install script + optional push

Each publisher supports:
- Dry-run mode for previewing changes
- Auto-commit to own repos (tap/bucket/AUR)
- Generate files for PRs to official repos via `official` config

Also includes Docker and LinuxKit build helpers.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:32:04 +00:00
..
templates feat(release): add package manager publishers for S3.2 2026-01-29 00:32:04 +00:00
aur.go feat(release): add package manager publishers for S3.2 2026-01-29 00:32:04 +00:00
chocolatey.go feat(release): add package manager publishers for S3.2 2026-01-29 00:32:04 +00:00
docker.go feat(release): add LinuxKit and Docker publishers 2026-01-28 18:42:04 +00:00
docker_test.go feat(release): add LinuxKit and Docker publishers 2026-01-28 18:42:04 +00:00
github.go feat(release): implement release system with GitHub publisher 2026-01-28 18:33:11 +00:00
github_test.go feat(release): add LinuxKit and Docker publishers 2026-01-28 18:42:04 +00:00
homebrew.go feat(release): add package manager publishers for S3.2 2026-01-29 00:32:04 +00:00
linuxkit.go feat(release): add LinuxKit and Docker publishers 2026-01-28 18:42:04 +00:00
linuxkit_test.go feat(release): add LinuxKit and Docker publishers 2026-01-28 18:42:04 +00:00
npm.go feat(release): add package manager publishers for S3.2 2026-01-29 00:32:04 +00:00
publisher.go feat(release): add LinuxKit and Docker publishers 2026-01-28 18:42:04 +00:00
scoop.go feat(release): add package manager publishers for S3.2 2026-01-29 00:32:04 +00:00