Skip to content

Commit a180a88

Browse files
author
Kapil Borle
committed
Export only new-release from ReleaseMaker module
1 parent a8c6c78 commit a180a88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Utils/ReleaseMaker.psm1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,6 @@ function Set-ContentUtf8NoBom {
140140
param($path, $content)
141141
$utfNoBom = [System.Text.UTF8Encoding]::new($false)
142142
[System.IO.File]::WriteAllLines($path, $content, $utfNoBom)
143-
}
143+
}
144+
145+
Export-ModuleMember -Function New-Release

0 commit comments

Comments
 (0)