mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct message about what files to double check for release
This commit is contained in:
parent
adf76b7d3f
commit
715b930fc8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
private: no
|
||||
tasks:
|
||||
- pause:
|
||||
prompt: "Has the CHANGELOG, release.yml, release_and_maintenance.rst, and any other files been updated and are ready to go?"
|
||||
prompt: "Has the CHANGELOG.md, versions.yml, release_and_maintenance.rst, and any other files been updated and are ready to go?"
|
||||
when: is_final|bool
|
||||
|
||||
- name: create a combined version string from the specified values
|
||||
|
|
Loading…
Reference in a new issue