v0.13.2 Release Notes

Download

What's new

Patch Changes

  • 80cfd4d: Merge release pipeline into CI workflow.
    • Absorb build-mac, build-win, and publish jobs from release.yml into ci.yml
    • Switch versioning job back to GITHUB_TOKEN — eliminates double CI run on release commits
    • Gate build/publish jobs on versioning bumped output; only run when a version is actually bumped
    • Build jobs check out the release tag directly to ensure exact versioned code is built
    • Delete release.yml and retire VERSIONING_TOKEN secret