From fb73d50d8fd0b13fdc3960d3783312009687994b Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 23:32:12 +0000 Subject: [PATCH] docs: record compare-link changelog behavior --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index d7a8aa7..3862555 100644 --- a/changelog.md +++ b/changelog.md @@ -22,6 +22,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect - 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. +- Changelog reference links now use compare URLs (`previous...current` for releases and `latest...main` for Unreleased), with first release links comparing from the repository's first commit short hash. ## [0.1.0] - 2026-03-20