cli/docs/examples/release-go-wails.yaml
Snider dba9088eeb docs(examples): rename wails-desktop to go-wails
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 00:42:02 +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