Skip to content

v1.0.17

Choose a tag to compare

@github-actions github-actions released this 09 Jul 02:33
fb5d349

🩹 [Patch]: Install built modules at their real version (bump Install-PSModuleHelpers) (#52)

What

Document-PSModule installs the built module (via Install-PSModule from Install-PSModuleHelpers) before generating docs. That helper used to copy the module into a hard-coded 999.0.0 folder, which breaks now that Process-PSModule#326 stamps the real version at build time (folder no longer matches the manifest, so Import-Module fails and Build-Docs breaks).

Change

Bump the Install-PSModuleHelpers pin to the version that installs into a folder matching the manifest ModuleVersion (PSModule/Install-PSModuleHelpers#19).

Pinned to the released tag: PSModule/Install-PSModuleHelpers#19 is merged and released, so this now pins v1.0.8.

Part of the Process-PSModule#326 refactor.