Skip to content

Commit

Permalink
make prerelases by default
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Jun 9, 2021
1 parent 39bb5f6 commit 5847346
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
tagSource: 'userSpecifiedTag'
tag: 'v$(version)'
title: 'TARDIS v$(version)'
changeLogCompareToRelease: 'lastFullRelease'
isPreRelease: true
addChangeLog: true
changeLogCompareToRelease: 'lastRelease'
changeLogType: 'commitBased'
displayName: 'Create GitHub Release'

0 comments on commit 5847346

Please sign in to comment.