Add prompt to release playbook regarding completion of CHANGELOG edits

This commit is contained in:
James Cammarata 2017-05-11 10:54:40 -05:00
parent b04df23da2
commit 409fe1a3c3

View file

@ -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}}"