Skip to content

Commit

Permalink
Merge pull request #988 from microsoft/mk/improve-release-notes
Browse files Browse the repository at this point in the history
Attach changelog labels for improved release notes experience
  • Loading branch information
MaggieKimani1 authored Aug 29, 2022
2 parents 39a2cc8 + 5c6d17f commit 5d69c0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ stages:
releaseNotesSource: inline
assets: '$(Pipeline.Workspace)\**\*.exe'
changeLogType: issueBased
changeLogLabels: '[
{ "label" : "feature-work", "feature", "displayName" : "New Features", "state" : "closed" },
{ "label" : "enhancement", "V2-Enhancement", "displayName" : "Enhancements", "state" : "closed" },
{ "label" : "bug", "bug-fix", "displayName" : "Bugs", "state" : "closed" },
{ "label" : "documentation", "doc", "displayName" : "Documentation", "state" : "closed"},
{ "label" : "dependencies", "displayName" : "Package Updates", "state" : "closed" }]'

- deployment: deploy_lib
dependsOn: []
Expand Down

0 comments on commit 5d69c0f

Please sign in to comment.