Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33 from fredrikaverpil/github-relesse5
Browse files Browse the repository at this point in the history
Use + as separator
  • Loading branch information
fredrikaverpil authored Feb 2, 2019
2 parents 3b3e6f3 + 8cf0319 commit 6477788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macOS-10.13-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ jobs:
action: 'edit' # Options: create, edit, discard
target: '$(build.sourceVersion)' # Required when action == create || action == edit
tagSource: 'Git tag' # Required when action == create. Options: auto, manual
tag: '$(oiio.version)-$(build.date)' # Required when action == edit || action == discard || tagSource == manual
title: '$(oiio.version)-$(build.date)'
tag: '$(oiio.version)+$(build.date)' # Required when action == edit || action == discard || tagSource == manual
title: '$(oiio.version)+$(build.date)'
#releaseNotesSource: 'file' # Optional. Options: file, input
#releaseNotesFile: # Optional
#releaseNotes: # Optional
Expand Down

0 comments on commit 6477788

Please sign in to comment.