fix: restore protocol-relative changelog links
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user