CHORE: Define Release parameters (#1724)

This commit is contained in:
Chris Hunt 2022-08-19 12:04:13 -04:00 committed by GitHub
parent b2af4332f1
commit 6eeec2f999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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