fix: restore protocol-relative changelog links
All checks were successful
Push Validation / coverage-badge (push) Successful in 1m44s
Push Validation / recommend-release (push) Successful in 38s

This commit is contained in:
Micheal Wilkinson
2026-03-21 11:24:02 +00:00
parent 59ce683813
commit c27b042bb1
2 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
### Fixed
- Protocol-relative `//` URLs replaced with explicit `https://` across source, actions, and documentation.
- Enforced explicit `https://` changelog reference links in prepare output for browser-safe markdown links.
## [1.0.0] - 2026-03-21
@@ -56,7 +56,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.
- Browser-facing URLs emitted in generated changelog links, workflow summaries, and markdown now use explicit `https://` 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.