Skip to content

Commit c095feb

Browse files
committed
docs(changelog): consolidate link references and add Unreleased compare link
Address gemini-code-assist review on PR #4: - Promote 'Unreleased' to a linked header '[Unreleased]' so the GitHub v0.1.0...HEAD compare view is one click away. This is the same pattern Keep a Changelog uses on its own changelog and lets readers see what's queued for the next release without scrolling the file. - Move the kac/semver link references from the top of the file down to the link reference block at the bottom, alongside [Unreleased] and [0.1.0]. Mixing reference definitions across the top and bottom of a file makes them easy to drift out of sync; one block at the end is the convention Keep a Changelog itself follows.
1 parent 5a006af commit c095feb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ All notable changes are recorded here. Format follows
44
[Keep a Changelog][kac]; releases follow [Semantic Versioning][semver]
55
once the first stable tag ships.
66

7-
[kac]: https://keepachangelog.com/en/1.1.0/
8-
[semver]: https://semver.org/spec/v2.0.0.html
9-
10-
## Unreleased
7+
## [Unreleased]
118

129
## [0.1.0] - 2026-05-07
1310

@@ -41,4 +38,7 @@ callback semantics) is still alpha and may change before 1.0.
4138
- README badges (CI, OpenSSF Scorecard) now resolve. They were left
4239
pointing at `kanywst/zopa` after the repo moved to `0-draft/zopa`.
4340

41+
[kac]: https://keepachangelog.com/en/1.1.0/
42+
[semver]: https://semver.org/spec/v2.0.0.html
43+
[Unreleased]: https://github.com/0-draft/zopa/compare/v0.1.0...HEAD
4444
[0.1.0]: https://github.com/0-draft/zopa/releases/tag/v0.1.0

0 commit comments

Comments
 (0)