mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	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"
 | 
			
		||||
    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}}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue