Skip to content

Commit

Permalink
releases based on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TrinityDevelopers committed May 27, 2020
1 parent 0cb4170 commit 9b1a52c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ steps:
repositoryName: 'MinecraftZenova/ZenovaLauncher'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'userSpecifiedTag'
tag: '$(Build.BuildNumber)'
tagSource: 'gitTag'
tag: 'release-v[0-9]*\S*'
title: '$(Build.BuildNumber)'
releaseNotesSource: 'inline'
assets: 'ZenovaLauncher/Output/ZenovaLauncher.exe'
addChangeLog: false
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

0 comments on commit 9b1a52c

Please sign in to comment.