Commit fb5d349
authored
🩹 [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](PSModule/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](PSModule/Install-PSModuleHelpers#19)).
> **Pinned to the released tag:**
[PSModule/Install-PSModuleHelpers#19](PSModule/Install-PSModuleHelpers#19)
is merged and released, so this now pins
[`v1.0.8`](https://github.com/PSModule/Install-PSModuleHelpers/releases/tag/v1.0.8).
Part of the
[Process-PSModule#326](PSModule/Process-PSModule#326)
refactor.1 parent eca496a commit fb5d349
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments