fix: replace workflow step summaries
All checks were successful
Push Validation / validate (push) Successful in 1m46s

This commit is contained in:
Micheal Wilkinson
2026-03-21 00:03:26 +00:00
parent 4c1a0b87eb
commit 33e1d7c9cc
4 changed files with 71 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
### Fixed
- Browser-facing URLs emitted in generated changelog links, workflow summaries, and markdown now use protocol-relative `//` forms.
- Release workflows now collect summary markdown into portable temp files and print it in explicit `Summary` steps instead of relying on unsupported `GITHUB_STEP_SUMMARY` output.
- Prepare now recreates the standard `Unreleased` section headers after promoting notes into a tagged release entry.
- First-release recommendation remains `v1.0.0` when no prior releases exist in the changelog.
- Do Release smoke validation now expects `--recommend` to fail on tagged release checkouts where `Unreleased` is intentionally empty.