build(release): generate GitHub release notes - #455
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ac51045b8c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Replace stale CHANGELOG-driven release bodies with categorized GitHub-generated notes while preserving the 1.0 migration narrative in the documentation.
934d93f to
b041add
Compare
Closes #425
What changed
Verify-Docs.ps1Why
The hand-maintained changelog was already stale and release publication depended on it. Merged PRs are the authoritative audit trail; GitHub-generated notes keep that trail complete while the dedicated upgrade guide preserves curated migration guidance.
Validation
pwsh scripts/Verify-ReleaseWorkflow.ps1pwsh scripts/Verify-ReleaseApiBaselines.ps1 -Version 1.0.0dotnet pack Kevlar.slnx -c Releasepwsh scripts/Verify-Packages.ps1 -PackagesPath artifacts/package/release -Version 0.0.0-localpwsh scripts/Verify-Docs.ps1pwsh scripts/Verify-Repo.ps1pwsh scripts/Verify-DocSnippets.ps1 -PackagesPath artifacts/package/release -Version 0.0.0-local -NoImplicitUsings(isolated NuGet cache)npm run buildunderdocs/Publish-GitHubRelease.ps1 -DryRungenerated a categorized v1.0.0 body from v0.10.0RetryNumberfixture was rejected byVerify-Docs.ps1