• v0.18.0 bff22f2856

    Release v0.18.0
    All checks were successful
    check-self-bootstrap / check (pull_request) Successful in 3s
    manifest-check / manifest-vs-tag consistency (pull_request) Successful in 5s
    manifest-check / check (pull_request) Successful in 0s
    check-self-bootstrap / check (push) Successful in 3s
    release / decide + act (push) Successful in 6s
    release / release (push) Successful in 0s
    Stable

    release-bot released this 2026-06-28 20:44:09 +02:00 | 1266 commits to main since this release

    Changed

    • The two reusable workflows are renamed to drop the _ prefix in favour of an explicit reusable- prefix: .forgejo/workflows/_release.yml -> reusable-release.yml and _manifest-check.yml -> reusable-manifest-check.yml. The _ prefix was an informal "internal" community signal; reusable- states the workflow_call shape outright and reads cleaner at the adoption surface (the consumer types the full reusable path in their uses: line). The consumer-wrapper names (release.yml, manifest-check.yml) are unchanged, as is all workflow runtime behavior -- this is a pure rename.
    Downloads