From e671591c9e94faea0512032892b06d82b0b6a9af Mon Sep 17 00:00:00 2001 From: Taylor Owen Date: Sun, 13 Dec 2020 17:57:50 -0700 Subject: [PATCH] fixing release regex --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 304eda2..930538f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,6 +72,6 @@ steps: action: 'create' target: '$(Build.SourceVersion)' tagSource: 'gitTag' - tagPattern: 'release-v*' + tagPattern: 'release-v*.*.*' changeLogCompareToRelease: 'lastFullRelease' changeLogType: 'commitBased'