We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e42dfe commit 2c5f3e1Copy full SHA for 2c5f3e1
1 file changed
Publish-ToPSGallery.ps1
@@ -9,9 +9,11 @@ $releaseNotes = $env:RELEASE_NOTES
9
10
Write-Host "ModuleVersion: $moduleVersion"
11
12
-$manifestPath = Resolve-Path -Path "*\*.psd1"
+
13
+$manifestPath = Resolve-Path -Path "*\PSGitChangelog.psd1"
14
Write-Host "Manifest Path: $manifestPath"
15
16
+$Releasenotes = Get-Githistory -OutputAs md
17
18
Update-ModuleManifest -ReleaseNotes $releaseNotes -Path $manifestPath.Path -ModuleVersion $moduleVersion #-Verbose
19
0 commit comments