mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	.github: Update field descriptions for AsteriskReleaser
(cherry picked from commit a2280e1767)
			
			
This commit is contained in:
		
				
					committed by
					
						 Asterisk Development Team
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							c3b04a314c
						
					
				
				
					commit
					168712bee5
				
			
							
								
								
									
										19
									
								
								.github/workflows/AsteriskReleaser.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/AsteriskReleaser.yml
									
									
									
									
										vendored
									
									
								
							| @@ -5,32 +5,35 @@ on: | ||||
|   workflow_dispatch: | ||||
|     inputs: | ||||
|       is_security: | ||||
|         description: 'Security or Hotfix?' | ||||
|         description: | | ||||
|           Security or Hotfix? | ||||
|         required: true | ||||
|         type: boolean | ||||
|         default: false | ||||
|       new_version: | ||||
|         description: | | ||||
|           New Version | ||||
|           New Version: | ||||
|           Examples: | ||||
|             21.4.0-rc1, 21.4.0-rc2, 21.4.0, 21.4.1 | ||||
|             certified/21.4-cert1-rc1, certified/21.4-cert1 | ||||
|             20.4.0-rc1, 20.4.0-rc2, 20.4.0, 20.4.1 | ||||
|             certified-20.4-cert1-rc1, certified-20.4-cert1 | ||||
|         required: true | ||||
|         type: string | ||||
|       start_version: | ||||
|         description: | | ||||
|           Last Version | ||||
|           Last Version: | ||||
|           Only use when you KNOW that the automated | ||||
|           process won't get it right.' | ||||
|           process won't get it right. | ||||
|         required: false | ||||
|         type: string | ||||
|       push_live: | ||||
|         description: 'Push live?' | ||||
|         description: | | ||||
|           Push live to GitHub and downloads server? | ||||
|         required: true | ||||
|         type: boolean | ||||
|         default: false | ||||
|       send_email: | ||||
|         description: 'Send announcement emails?' | ||||
|         description: | | ||||
|           Send announcement emails? | ||||
|         required: true | ||||
|         type: boolean | ||||
|         default: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user