cli/docs/examples/publish-github.yaml
Snider 4ae16dc09e docs(examples): add publish-* configuration examples
Publisher configuration examples for each target:
- publish-github.yaml - GitHub Releases (foundation)
- publish-npm.yaml - npm binary wrapper
- publish-homebrew.yaml - Homebrew formula + tap
- publish-scoop.yaml - Scoop manifest (Windows)
- publish-aur.yaml - AUR PKGBUILD (Arch Linux)
- publish-chocolatey.yaml - Chocolatey NuSpec (Windows)
- publish-docker.yaml - Multi-arch containers
- publish-linuxkit.yaml - Immutable images
- publish-all.yaml - All publishers combined

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:47:01 +00:00

14 lines
288 B
YAML

# Example: GitHub Releases Publisher
# Foundation publisher - others reference these artifacts
type: github
# Release settings
prerelease: false
draft: false
# Auto-detect from git tag, or override
# version: v1.0.0
# Auto-detect from git remote, or specify
# repository: myorg/myapp