-
v0.2.0 Stable
released this
2026-03-21 00:14:00 +00:00 | 100 commits to main since this release[0.2.0] - 2026-03-21
Breaking
Added
- Added a project LICENSE file.
- Root and prepare actions now read
${{ vars.VOCIFERATE_REPOSITORY_URL }}and forward it toVOCIFERATE_REPOSITORY_URLfor repository URL override.
Changed
Removed
Fixed
- 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
Summarysteps instead of relying on unsupportedGITHUB_STEP_SUMMARYoutput. - Prepare now recreates the standard
Unreleasedsection headers after promoting notes into a tagged release entry. - First-release recommendation remains
v1.0.0when no prior releases exist in the changelog. - Do Release smoke validation now expects
--recommendto fail on tagged release checkouts whereUnreleasedis intentionally empty. - Changelog reference links now use compare URLs (
previous...currentfor releases andlatest...mainfor Unreleased), with first release links comparing from the repository's first commit short hash. - Repository URL derivation now supports
VOCIFERATE_REPOSITORY_URLas the highest-priority base-URL override for changelog link generation.
Downloads