Skip to content

Commit

Permalink
remove v from tags
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jul 1, 2021
1 parent e1a1004 commit 13362a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'userSpecifiedTag'
tag: 'v$(version)'
title: 'TARDIS v$(version)'
tag: '$(version)'
title: 'TARDIS $(version)'
isPreRelease: false
addChangeLog: true
changeLogCompareToRelease: 'lastFullRelease'
Expand Down

0 comments on commit 13362a0

Please sign in to comment.