Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

v1.10.7

Choose a tag to compare

@sapientpants sapientpants released this 11 Oct 10:59

Patch Changes

  • #310 e166a4e - Update lint-staged from 16.2.3 to 16.2.4

    This is a dev dependency update for the pre-commit hook tooling. No changes to production code or user-facing functionality.

  • #310 e166a4e - Fix artifact name resolution in publish workflow by using full commit SHA

    The determine-artifact.sh script was incorrectly shortening the parent commit SHA to 7 characters when searching for artifacts, but the main workflow creates artifacts with the full SHA. This mismatch caused the publish workflow to fail when trying to locate Docker and NPM artifacts for publishing.