mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
12 lines
284 B
YAML
12 lines
284 B
YAML
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
|
||
|
# vim: set ts=2 sw=2 tw=0 fo=jcroql
|
||
|
|
||
|
nightly:
|
||
|
publish_release: true
|
||
|
keep_single_release: true
|
||
|
name_template: "{{ incminor .Version }}-nightly"
|
||
|
|
||
|
includes:
|
||
|
- from_file:
|
||
|
path: ./.goreleaser.yaml
|