chore: Release v0.8.2#134
Open
tablackburn wants to merge 1 commit into
Open
Conversation
Bump ModuleVersion to 0.8.2 and convert the Unreleased changelog section to [0.8.2] 2026-07-08. Single user-facing change: the Test-PSBuildPester failure gate fix from #133. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011semwa5HU1BUKKL4RoWjKa
There was a problem hiding this comment.
Pull request overview
Release prep for PowerShellBuild v0.8.2 by updating the module manifest version and promoting the current changelog content into a dated 0.8.2 release section (covering the Test-PSBuildPester failure-gate behavior referenced from #133).
Changes:
- Bump
PowerShellBuild.psd1ModuleVersionfrom0.8.1to0.8.2. - Convert the changelog content from “Unreleased” into a new
## [0.8.2] 2026-07-08section at the top of the release history.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| PowerShellBuild/PowerShellBuild.psd1 | Updates module manifest version to 0.8.2 for the release. |
| CHANGELOG.md | Adds a 0.8.2 section dated 2026-07-08 containing the release notes for #133. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ModuleVersionto 0.8.2 and convert theUnreleasedchangelog section to[0.8.2] 2026-07-08Test-PSBuildPesterfailure-gate fix from fix: Fail the build when a Pester run fails for any reason #133 — builds now fail when a Pester run fails for any reason (failed setup blocks and discovery errors included), not only when individual tests failAfter this merges, creating the
v0.8.2GitHub release (notes = the 0.8.2 changelog section) triggers the publish workflow, which pushes 0.8.2 to PSGallery.Test Plan
Breaking Changes
None. Note for downstream consumers: suites with latent
BeforeAll/discovery failures that previously passed silently will correctly fail after updating — see the 0.8.2 changelog entry.🤖 Generated with Claude Code
https://claude.ai/code/session_011semwa5HU1BUKKL4RoWjKa
Generated by Claude Code