mirror of
https://github.com/go-task/task.git
synced 2025-12-28 16:06:33 +01: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
|