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>
14 lines
288 B
YAML
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
|