mirror of
https://github.com/go-task/task.git
synced 2025-10-08 23:02:02 +02:00
16 lines
308 B
YAML
16 lines
308 B
YAML
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
|
version: 2
|
|
pro: true
|
|
|
|
release:
|
|
name_template: 'v{{.Version}}'
|
|
|
|
nightly:
|
|
publish_release: true
|
|
keep_single_release: true
|
|
version_template: "{{incminor .Version}}-nightly"
|
|
|
|
includes:
|
|
- from_file:
|
|
path: ./.goreleaser.yml
|