Add prompt to release playbook regarding completion of CHANGELOG edits
This commit is contained in:
parent
b04df23da2
commit
409fe1a3c3
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
||||||
default: "no"
|
default: "no"
|
||||||
private: no
|
private: no
|
||||||
tasks:
|
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
|
- name: create a combined version string from the specified values
|
||||||
set_fact:
|
set_fact:
|
||||||
new_version: "v{{ansible_release_version}}-{{ansible_release_string}}"
|
new_version: "v{{ansible_release_version}}-{{ansible_release_string}}"
|
||||||
|
|
Loading…
Reference in a new issue