@@ -143,7 +143,7 @@ graph LR
143143| Stage | Runs on | Purpose |
144144| ----- | ------- | ------- |
145145| ** Plan** | All events | Loads ` .github/PSModule.yml ` , resolves version from PR labels, produces the Settings JSON |
146- | ** Lint-Repository** | Open/Updated PR | Runs super-linter on the full repo (markdown , YAML, etc.) |
146+ | ** Lint-Repository** | Open/Updated PR | Runs super-linter on the full repo (Markdown , YAML, etc.) |
147147| ** Lint-SourceCode** | Open/Updated PR, Merged PR, Manual | Runs PSScriptAnalyzer against ` src/ ` |
148148| ** Build-Module** | Open/Updated PR, Merged PR, Manual | Compiles source into a versioned module artifact |
149149| ** Test-SourceCode** | Open/Updated PR, Merged PR, Manual | Framework tests on raw source files |
@@ -268,7 +268,7 @@ The `Publish-Module` stage:
2682681. Downloads the pre-built module artifact (identical to what was tested)
2692692. Reads the version from the compiled manifest (no recalculation)
2702703. Publishes to the PowerShell Gallery
271- 4. Creates a GitHub Release with the module attached as a zip artifact
271+ 4. Creates a GitHub Release with the module attached as a ZIP artifact
2722725. Comments on the PR with links to the Gallery package and GitHub Release
2732736. Cleans up old prerelease tags when publishing a stable release (if `AutoCleanup : true`)
274274
0 commit comments