mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
Fixing the version for github release
This commit is contained in:
parent
c76d88b6df
commit
cb38d0df8a
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ stages:
|
|||
action: 'create' # Options: create, edit, delete
|
||||
target: '$(Build.SourceVersion)' # Required when action == Create || Action == Edit
|
||||
tagSource: 'manual' # Required when action == Create# Options: auto, manual
|
||||
tag: 'v$(Build.SourceVersion)' # Required when action == Edit || Action == Delete || TagSource == Manual
|
||||
title: Greenshot $(Build.SourceVersion) unstable # Optional
|
||||
tag: 'v$(Build.BuildNumber)' # Required when action == Edit || Action == Delete || TagSource == Manual
|
||||
title: Greenshot $(Build.BuildNumber) unstable # Optional
|
||||
#releaseNotesSource: 'file' # Optional. Options: file, input
|
||||
#releaseNotesFile: # Optional
|
||||
#releaseNotes: # Optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue