From 595ec61deee1965dabb1b9bb3d91193867ac784e Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 6 Oct 2016 14:24:10 -0700 Subject: [PATCH] Release script no longer adds a git tag --- scripts/doVcpkgRelease.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/doVcpkgRelease.ps1 b/scripts/doVcpkgRelease.ps1 index 9633d6608d..97656ba699 100644 --- a/scripts/doVcpkgRelease.ps1 +++ b/scripts/doVcpkgRelease.ps1 @@ -79,5 +79,4 @@ for ($disableMetrics = 0; $disableMetrics -le 1; $disableMetrics++) Remove-Item -recurse $releasePath | Out-Null Write-Verbose("Redistributable archive is: $outputArchive") -} -git tag $gitTagString \ No newline at end of file +} \ No newline at end of file