Write the 6.2.0-alpha2 release notes pass - #3037
Merged
Merged
Conversation
Covers the four user visible pull requests merged since alpha1. #3025 and #3021 were already in the file. Should-BeFasterThan and Should-BeSlowerThan rejecting what they cannot measure is a behavior change, not a fix. A test that passed on a string or an int was not asserting anything and it fails now. 🤖
nohwnd
enabled auto-merge (squash)
September 5, 2026 10:04
nohwnd
disabled auto-merge
September 5, 2026 10:08
The notes heading moved to 6.2.0-alpha2 but src/Pester.psd1 still said alpha1, so the built module would have published as 6.2.0-alpha1 again. Prerelease and the ReleaseNotes link follow the heading. ModuleVersion and RequiredAssemblyVersion stay at 6.2.0, only the prerelease label changes.
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.
One pass over the pull requests merged since 6.2.0-alpha1, as
docs/NEXT-RELEASE.mddescribes. #3025 and #3021 were already in the file, so this adds the remaining four.Run.SkipRunapplies the cascadeInvoke-Pesterkeeps its-1exit code#3032 is a behavior change rather than a fix, which is why it is in that section: a test that passed on a string or an int was never asserting anything, and it fails now.
The CI and repository changes from this stretch (#3017, #3022, #3024, #3026, #3033) are not in the notes, nothing a user of the module can observe changed.
Heading and the Full Changelog link move to alpha2. Anchors keep the
6.2.0-prefix so they stay valid across the prereleases.Branding is not in here,
Prereleaseis stillalpha1insrc/Pester.psd1and that is a separate commit by convention.🤖