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 a8c6c78 commit a180a88Copy full SHA for a180a88
Utils/ReleaseMaker.psm1
@@ -140,4 +140,6 @@ function Set-ContentUtf8NoBom {
140
param($path, $content)
141
$utfNoBom = [System.Text.UTF8Encoding]::new($false)
142
[System.IO.File]::WriteAllLines($path, $content, $utfNoBom)
143
-}
+}
144
+
145
+Export-ModuleMember -Function New-Release
0 commit comments