You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI failures: remove Test-ModuleManifest, fix lint warnings and table alignment
- Remove Test-ModuleManifest call that fails when RequiredModules are not
yet installed (dependencies are resolved in a later step)
- Add SuppressMessage attributes for prNumber and prHeadRef variables
assigned in LogGroup blocks but used in subsequent blocks
- Break long error message line to satisfy PSAvoidLongLines rule
- Fix README table pipe alignment (MD060) by shortening ModulePath
description to fit within the aligned column width
|`Name`| Name of the module. Defaults to the repository name. | No | Repository name |
45
-
|`ModulePath`| Path to the folder that contains the `<Name>/` module subdirectory (e.g. `outputs/module` must contain `outputs/module/<Name>/`).| No |`outputs/module`|
46
-
|`APIKey`| PowerShell Gallery API key. | Yes ||
47
-
|`AutoCleanup`| Delete prerelease tags matching the PR branch after a stable release. | No |`true`|
48
-
|`WhatIf`| Log the changes that would be made without publishing, creating, or deleting anything. | No |`false`|
49
-
|`WorkingDirectory`| The working directory where the script will run from. | No |`.`|
50
-
|`UsePRTitleAsReleaseName`| Use the PR title as the release name (otherwise the version string is used). | No |`false`|
51
-
|`UsePRBodyAsReleaseNotes`| Use the PR body as the release notes (otherwise `--generate-notes` is used). | No |`true`|
52
-
|`UsePRTitleAsNotesHeading`| Prefix the release notes with the PR title as an H1 heading linking to the PR. | No |`true`|
0 commit comments