mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-13 08:34:45 +08:00
CHORE: Define Release parameters (#1724)
This commit is contained in:
parent
b2af4332f1
commit
6eeec2f999
1 changed files with 5 additions and 5 deletions
|
@ -135,8 +135,8 @@ checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ incpatch .Version }}-next"
|
name_template: "{{ incpatch .Version }}-next"
|
||||||
announce:
|
|
||||||
# Skip the announcing feature in some conditions, for instance, when publishing patch releases.
|
release:
|
||||||
# Valid options are `true`, `false`, empty, or a template that evaluates to a boolean (`true` or `false`).
|
draft: true
|
||||||
# Defaults to empty (which means false).
|
prerelease: auto
|
||||||
skip: true
|
mode: append
|
||||||
|
|
Loading…
Add table
Reference in a new issue