From d653f632d18bb6cdcf208ea2f63bb708de0131d1 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Sat, 21 Mar 2026 10:00:44 +0000 Subject: [PATCH] fix: add unreleased changelog entry for https:// protocol change --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d96069..db43edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ 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. + ## [1.0.0] - 2026-03-21 ### Breaking @@ -54,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 explicit `https://` protocol. +- 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.