Skip to content

v0.26.2

Latest

Choose a tag to compare

@sapientpants sapientpants released this 16 Nov 04:08
· 1 commit to main since this release

Patch Changes

  • e032eeb - fix(ci): handle race condition in quality metrics update

    Fixed a race condition where the quality metrics update job fails when the release process pushes a version bump commit to main before the metrics update completes. Added git pull --rebase origin main before pushing to handle concurrent updates.