cli/docs/examples/release-wails-desktop.yaml
Snider f3138bc8e2 docs(examples): rename files to group by prefix
- release-*.yaml for release configurations
- linuxkit-*.yml for LinuxKit templates

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

36 lines
617 B
YAML

# Example: Wails Desktop App Release Configuration
# Builds cross-platform desktop app and publishes to GitHub
version: 1
project:
name: myapp
repository: myorg/myapp
build:
targets:
- os: darwin
arch: amd64
- os: darwin
arch: arm64
- os: windows
arch: amd64
- os: linux
arch: amd64
publishers:
- type: github
prerelease: false
draft: true # Review before publishing
# Homebrew cask for macOS
- type: homebrew
tap: myorg/homebrew-tap
formula: myapp
changelog:
include:
- feat
- fix
- perf
- ui # Custom type for UI changes