Skip to content

Commit

Permalink
Add prompt to release playbook regarding completion of CHANGELOG edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed May 11, 2017
1 parent b04df23 commit 409fe1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 409fe1a

Please sign in to comment.