Skip to content

Commit 4e88e96

Browse files
authored
Sync eng/common directory with azure-sdk-tools repository (Azure#16131)
1 parent 750a989 commit 4e88e96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
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
}

0 commit comments

Comments
 (0)