v0.12.2 Release Notes

Download

What's new

Patch Changes

  • 53e3954: Fix release workflow not triggering after version tag push

    Switch the versioning job to use a PAT (VERSIONING_TOKEN) instead of GITHUB_TOKEN when pushing the release commit and tag. GitHub Actions does not trigger downstream workflows from pushes made with GITHUB_TOKEN; using a PAT causes the tag push to be attributed to a real user, which correctly fires release.yml.