We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abf2a9 commit 07f7e1dCopy full SHA for 07f7e1d
build/scripts/post-release.psm1
@@ -28,7 +28,6 @@ function CreateDraftRelease {
28
29
$changelogContent = Get-Content -Path "src/$packageName/CHANGELOG.md"
30
31
- $headingWritten = $false
32
$started = $false
33
$content = ""
34
@@ -122,7 +121,7 @@ function CreateStableVersionUpdatePullRequest {
122
121
throw 'git switch failure'
123
}
124
125
- (Get-Content Directory.Packages.props) `
+ (Get-Content Directory.Packages.props) `
126
-replace '<OTelLatestStableVer>.*<\/OTelLatestStableVer>', "<OTelLatestStableVer>$packageVersion</OTelLatestStableVer>" |
127
Set-Content Directory.Packages.props
128
0 commit comments