Skip to content

Commit

Permalink
gix gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
joalmeid committed Apr 2, 2020
1 parent fb2e8a5 commit 8af1f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pipelines/template-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ steps:
condition: and(succeeded(), eq(variables['System.StageDisplayName'], 'PROD'))
displayName: 'Create Github Release'
inputs:
gitHubConnection: gh-joalmeid
gitHubConnection: 'gh-joalmeid'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'gitTag'
tagPattern: 'release-v1.*'
title: 'ReleaseTitle'
tagPattern: 'v1.*'
title: 'Release-$(ExtensionVersion)'
assets: '$(Pipeline.Workspace)/${{parameters.artifactName}}/${{parameters.publisherId}}.${{parameters.projName}}-*.vsix'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

0 comments on commit 8af1f39

Please sign in to comment.