Skip to content

v4.2.4: Reliable locking detection under forced color

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 10:32
Immutable release. Only release title and notes can be modified.
7e36c90

A small patch release that fixes locking-support detection when workflows force colored output.

Fixed

Detect mise install --locked reliably under forced color (#580 by @scop)

When colored output was forced globally (for example via CLICOLOR_FORCE=1), ANSI escape codes in mise install --help prevented the action from matching --locked in the help text, so locking support was reported as unavailable even on versions of mise that supported it.

The help probe now runs with NO_COLOR=1 in its environment, which overrides CLICOLOR_FORCE and guarantees plain-text output for the feature detection — regardless of the surrounding workflow's color settings.

Full Changelog: v4.2.3...v4.2.4