Skip to content

docs: keep 0.8.1 changelog to user-facing changes#127

Merged
tablackburn merged 1 commit into
mainfrom
docs/changelog-0.8.1-user-facing
Jun 4, 2026
Merged

docs: keep 0.8.1 changelog to user-facing changes#127
tablackburn merged 1 commit into
mainfrom
docs/changelog-0.8.1-user-facing

Conversation

@tablackburn
Copy link
Copy Markdown
Contributor

Summary

Removes the ### Added entry from the 0.8.1 CHANGELOG section. It documented an internal CI job, which isn't a user-facing change to the module (public functions, build tasks, $PSBPreference, or build/publish behavior).

Why

  • Convention: no prior release in this changelog (0.1.0 → 0.8.0) documents CI, test, or internal-tooling changes — only the module's user-facing surface. This entry was the sole exception.
  • It was also stale: the bespoke Import smoke (Windows PowerShell 5.1) job it described was replaced in fix: restore Windows PowerShell 5.1 import compatibility #126 by the shared psake/.github ModuleCI workflow's full 5.1 test run, so the text no longer matched what shipped.

The user-facing ### Fixed entry (the 5.1 import regression) is unchanged — that one genuinely affects consumers and stays.

Prep for cutting the v0.8.1 release so the release notes reflect only what users care about.

🤖 Generated with Claude Code

The 0.8.1 "### Added" entry documented an internal CI job, which is not a
user-facing change to the module's surface (functions, tasks, $PSBPreference,
or build/publish behavior). No prior release in this changelog documents CI,
test, or tooling changes — keep that convention. The entry was also stale:
the bespoke import-smoke job was replaced by the shared psake/.github ModuleCI
workflow's full 5.1 test run in #126. The user-facing "### Fixed" entry for the
5.1 import regression remains.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 4, 2026 03:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the release notes policy for v0.8.1 by removing a non-user-facing changelog entry (a CI job) so the changelog continues to reflect only consumer-visible module changes.

Changes:

  • Remove the ### Added subsection for v0.8.1 that described an internal CI job.
  • Keep the v0.8.1 ### Fixed entry describing the Windows PowerShell 5.1 import regression (a user-facing fix).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

Test Results

    4 files  ±0    376 suites  ±0   19s ⏱️ -3s
  316 tests ±0    314 ✅ ±0   2 💤 ±0  0 ❌ ±0 
1 264 runs  ±0  1 217 ✅ ±0  47 💤 ±0  0 ❌ ±0 

Results for commit 89b0880. ± Comparison against base commit c2c184e.

@tablackburn tablackburn merged commit 7103ced into main Jun 4, 2026
10 checks passed
@tablackburn tablackburn deleted the docs/changelog-0.8.1-user-facing branch June 4, 2026 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants