mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add prompt to release playbook regarding completion of CHANGELOG edits
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
default: "no"
|
||||
private: no
|
||||
tasks:
|
||||
- pause:
|
||||
prompt: "Has the CHANGELOG 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
|
||||
set_fact:
|
||||
new_version: "v{{ansible_release_version}}-{{ansible_release_string}}"
|
||||
|
||||
Reference in New Issue
Block a user