diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c5a8742..38d4928 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -144,7 +144,7 @@ jobs: target: '$(Build.SourceVersion)' tagSource: 'gitTag' changeLogCompareToRelease: 'lastFullRelease' - changeLogType: 'issueBased' + changeLogType: 'commitBased' - task: TwineAuthenticate@1