From b5953e21bd5b6caab0360983aec8665774ccbeb0 Mon Sep 17 00:00:00 2001 From: petrsnd Date: Sat, 16 May 2026 12:26:54 -0600 Subject: [PATCH] Fix GitHub Release title to use ReleaseTag for consistency Change title from $(version) to $(ReleaseTag) to match the convention used across all other Safeguard repos. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ddf3365..f57179e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -130,7 +130,7 @@ jobs: target: '$(Build.SourceVersion)' tagSource: 'userSpecifiedTag' tag: '$(ReleaseTag)' - title: '$(version)' + title: '$(ReleaseTag)' isPreRelease: $(isPrerelease) changeLogCompareToRelease: 'lastFullRelease' changeLogType: 'commitBased'