mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
7572db1d9a
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
13 lines
298 B
YAML
13 lines
298 B
YAML
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
|
|
# vim: set ts=2 sw=2 tw=0 fo=jcroql
|
|
version: 2
|
|
|
|
nightly:
|
|
publish_release: true
|
|
keep_single_release: true
|
|
version_template: "{{ incminor .Version }}-nightly"
|
|
|
|
includes:
|
|
- from_file:
|
|
path: ./.goreleaser.yaml
|