1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed github_release docs: only module-specific returned key is tag (#5699)

* Fixed github_release docs: only module-specific returned key is "tag"

* Update plugins/modules/github_release.py - added a dot

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Or Bin 2022-12-18 00:31:06 +02:00 committed by GitHub
parent af53271c41
commit 25be366cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,17 +108,8 @@ EXAMPLES = '''
''' '''
RETURN = ''' RETURN = '''
create_release: tag:
description: description: Version of the created/latest release.
- Version of the created release
- "For Ansible version 2.5 and later, if specified release version already exists, then State is unchanged"
- "For Ansible versions prior to 2.5, if specified release version already exists, then State is skipped"
type: str
returned: success
sample: 1.1.0
latest_release:
description: Version of the latest release
type: str type: str
returned: success returned: success
sample: 1.1.0 sample: 1.1.0