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 {
301
301
Write-Verbose ' Bump module version -> module metadata: Update-ModuleMetadata'
302
302
$manifestNewVersion = " $ ( $newVersion.Major ) .$ ( $newVersion.Minor ) .$ ( $newVersion.Patch ) "
303
303
Set-ModuleManifest - Path $manifestFilePath - ModuleVersion $manifestNewVersion - Verbose:$false
304
- Show-FileContent - Path $manifestFilePath
305
304
if ($createPrerelease ) {
306
305
Write-Verbose " Prerelease is: [$ ( $newVersion.Prerelease ) ]"
307
306
Set-ModuleManifest - Path $manifestFilePath - Prerelease $ ($newVersion.Prerelease ) - Verbose:$false
308
307
}
309
- Stop-LogGroup
310
308
311
- Start-LogGroup ' Format manifest file - Result'
312
309
Show-FileContent - Path $manifestFilePath
313
310
Stop-LogGroup
314
-
315
311
# endregion Update module manifest
316
312
317
313
# region Create releases
You can’t perform that action at this time.
0 commit comments