mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-30 15:23:10 +00:00
(cherry picked from commit 675bdef190)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -59,13 +59,13 @@ options:
|
||||
draft:
|
||||
description:
|
||||
- Sets if the release is a draft or not. (boolean)
|
||||
type: 'bool'
|
||||
default: 'no'
|
||||
type: bool
|
||||
default: false
|
||||
prerelease:
|
||||
description:
|
||||
- Sets if the release is a prerelease or not. (boolean)
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
|
||||
author:
|
||||
- "Adrian Moisey (@adrianmoisey)"
|
||||
|
||||
Reference in New Issue
Block a user