File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -301,17 +301,13 @@ function Publish-PSModule {
301301 Write-Verbose ' Bump module version -> module metadata: Update-ModuleMetadata'
302302 $manifestNewVersion = " $ ( $newVersion.Major ) .$ ( $newVersion.Minor ) .$ ( $newVersion.Patch ) "
303303 Set-ModuleManifest - Path $manifestFilePath - ModuleVersion $manifestNewVersion - Verbose:$false
304- Show-FileContent - Path $manifestFilePath
305304 if ($createPrerelease ) {
306305 Write-Verbose " Prerelease is: [$ ( $newVersion.Prerelease ) ]"
307306 Set-ModuleManifest - Path $manifestFilePath - Prerelease $ ($newVersion.Prerelease ) - Verbose:$false
308307 }
309- Stop-LogGroup
310308
311- Start-LogGroup ' Format manifest file - Result'
312309 Show-FileContent - Path $manifestFilePath
313310 Stop-LogGroup
314-
315311 # endregion Update module manifest
316312
317313 # region Create releases
You can’t perform that action at this time.
0 commit comments