Fix PowerShell Gallery preview badge#522
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Pull Request ReviewSummaryThis PR fixes the PowerShell Gallery prerelease badge by updating the Shields.io badge URL from the deprecated Code Quality ✓Strengths:
Technical Review ✓Changes Made: - https://img.shields.io/powershellgallery/vpre/PSWriteHTML.svg?label=powershell%20gallery%20preview&colorB=yellow&style=flat-square
+ https://img.shields.io/powershellgallery/v/PSWriteHTML.svg?label=powershell%20gallery%20preview&colorB=yellow&style=flat-square&include_prereleasesAnalysis:
Potential Issues: None FoundNo bugs, security concerns, or performance issues identified. This is a documentation-only change affecting badge rendering. RecommendationsMinor Observation (Line 4): <a href="https://github.com/EvotecIT/PSWriteHTML/actions/workflows/powershell-tests.yml"><img src="https://github.com/EvotecIT/PSWriteHTML/actions/workflows/ci.yml/badge.svg"></a>The link points to Verdict: ✅ ApproveThis is a clean, well-documented fix for a real issue. The change is safe to merge. Test Coverage: Not applicable - this is a documentation change only. Reviewed by: Claude Code |
Shields changed the PowerShell Gallery prerelease badge endpoint and the old vpre badge now renders a placeholder link.
This updates README badge URLs to use the normal PowerShell Gallery version badge with include_prereleases, so it displays the prerelease version again.
Ref: badges/shields#11583