The following code:
heylogs init --project-url=https://github.com/rjdverse/rjd3xjars
heylogs release --ref 3.8.2
generates this file:
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
## [3.8.2] - 2026-04-24
[Unreleased]: https://github.com/rjdverse/rjd3xjars/compare/3.8.2...HEAD
[3.8.2]: https://github.com/rjdverse/rjd3xjars/compare/3.8.2...3.8.2
Shouldn't the link for the first version point to the "release" page rather than the "compare" page?
Here:
https://github.com/rjdverse/rjd3xjars/releases/tag/v3.8.2
Instead of
https://github.com/rjdverse/rjd3xjars/compare/3.8.2...3.8.2
The following code:
generates this file:
Shouldn't the link for the first version point to the "release" page rather than the "compare" page?
Here:
Instead of