mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
Create tidusjar/Ombi pre-release tags
isDraft creates unpublished tags, which are not publicly visible. This change publishes the tags as pre-release github releases with tags. Fixes tidusjar/Ombi#3587 Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
faee15552c
commit
95893a9221
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ stages:
|
||||||
target: '$(Build.SourceVersion)'
|
target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'userSpecifiedTag'
|
tagSource: 'userSpecifiedTag'
|
||||||
tag: '$(gitTag)'
|
tag: '$(gitTag)'
|
||||||
isDraft: true
|
isPreRelease: true
|
||||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||||
changeLogType: 'commitBased'
|
changeLogType: 'commitBased'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue