mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	update release script
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									5de35d46eb
								
							
						
					
					
						commit
						ee94f8f5ce
					
				
					 1 changed files with 4 additions and 12 deletions
				
			
		| 
						 | 
					@ -71,14 +71,6 @@ jobs:
 | 
				
			||||||
     targetPath: tmp
 | 
					     targetPath: tmp
 | 
				
			||||||
# TBD: build NuGet package
 | 
					# TBD: build NuGet package
 | 
				
			||||||
# TBD: this script should build a specific pre-specified tag
 | 
					# TBD: this script should build a specific pre-specified tag
 | 
				
			||||||
  - task: GitHubRelease@0
 | 
					 | 
				
			||||||
    inputs:
 | 
					 | 
				
			||||||
      gitHubConnection: Z3GitHub
 | 
					 | 
				
			||||||
      repositoryName: 'Z3Prover/z3'
 | 
					 | 
				
			||||||
      action: 'delete'
 | 
					 | 
				
			||||||
      target: '$(Build.SourceVersion)'
 | 
					 | 
				
			||||||
      tagSource: 'manual'
 | 
					 | 
				
			||||||
      tag: 'Nightly'
 | 
					 | 
				
			||||||
  - task: GitHubRelease@0
 | 
					  - task: GitHubRelease@0
 | 
				
			||||||
    inputs:
 | 
					    inputs:
 | 
				
			||||||
      gitHubConnection: Z3GitHub
 | 
					      gitHubConnection: Z3GitHub
 | 
				
			||||||
| 
						 | 
					@ -86,12 +78,12 @@ jobs:
 | 
				
			||||||
      action: 'create'
 | 
					      action: 'create'
 | 
				
			||||||
      target: '$(Build.SourceVersion)'
 | 
					      target: '$(Build.SourceVersion)'
 | 
				
			||||||
      tagSource: 'manual'
 | 
					      tagSource: 'manual'
 | 
				
			||||||
      tag: 'Nightly'
 | 
					      tag: 'z3-4.8.6'
 | 
				
			||||||
      title: 'Nightly'
 | 
					      title: 'z3-4.8.6'
 | 
				
			||||||
      releaseNotesSource: 'input'
 | 
					      releaseNotesSource: 'input'
 | 
				
			||||||
      releaseNotes: 'nightly build'
 | 
					      releaseNotes: '4.8.6 release'
 | 
				
			||||||
      assets: 'tmp/*'
 | 
					      assets: 'tmp/*'
 | 
				
			||||||
      isDraft: false
 | 
					      isDraft: true
 | 
				
			||||||
      isPreRelease: true
 | 
					      isPreRelease: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue