Skip to content

Commit 6025ca7

Browse files
authored
Sync eng/common directory with azure-sdk-tools repository (Azure#11959)
1 parent 28b7331 commit 6025ca7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

eng/common/scripts/ChangeLog-Operations.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,12 @@ function Confirm-ChangeLogEntry {
119119
}
120120
}
121121
return $true
122+
}
123+
124+
function Set-TestChangeLog($TestVersion, $changeLogFile, $ReleaseEntry) {
125+
Set-Content -Path $changeLogFile -Value @"
126+
# Release History
127+
## $TestVersion ($(Get-Date -f "yyyy-MM-dd"))
128+
- $ReleaseEntry
129+
"@
122130
}

eng/common/scripts/logging.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ function LogDebug
3737
{
3838
Write-Debug "$args"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)