• v0.2.0 8d9cc33802

    v0.2.0 Stable

    gitea-actions 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 to VOCIFERATE_REPOSITORY_URL for 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 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.
    • 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.
    • Repository URL derivation now supports VOCIFERATE_REPOSITORY_URL as the highest-priority base-URL override for changelog link generation.
    Downloads