Skip to content

Commit 17aa7f2

Browse files
authored
Use @ as a package@version separator in tags (#2130)
1 parent 403242e commit 17aa7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function Get-rust-PackageInfoFromPackageFile([IO.FileInfo]$pkg, [string]$working
172172
return @{
173173
PackageId = $packageName
174174
PackageVersion = $packageVersion
175-
ReleaseTag = "$packageName-$packageVersion"
175+
ReleaseTag = "$packageName@$packageVersion"
176176
Deployable = $existingVersions -notcontains $packageVersion
177177
ReleaseNotes = $releaseNotes
178178
ReadmeContent = $readmeContent

0 commit comments

Comments
 (0)