- release-*.yaml for release configurations - linuxkit-*.yml for LinuxKit templates Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
170 B
YAML
11 lines
170 B
YAML
# Example: Minimal Release Configuration
|
|
# Just GitHub releases with defaults
|
|
|
|
version: 1
|
|
|
|
project:
|
|
name: myapp
|
|
repository: myorg/myapp
|
|
|
|
publishers:
|
|
- type: github
|