Skip to content

Commit

Permalink
kamel: ci: add branch name to release name
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Jan 19, 2024
1 parent d44d7ee commit af07dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/kamel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ stages:
repositoryName: kamelnetworks/sonic-buildimage
action: create
tagSource: userSpecifiedTag
tag: 'build-$(Build.BuildId)'
title: 'v$(Build.BuildId)'
tag: 'build-$(Build.SourceBranchName)-$(Build.BuildId)'
title: '$(Build.SourceBranchName)-v$(Build.BuildId)'
isPreRelease: true
addChangeLog: true
changeLogCompareToRelease: lastNonDraftRelease
Expand Down

0 comments on commit af07dc3

Please sign in to comment.