Skip to content

v1.24.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 22:24
406fdd9

Added

  • Add a configurable DevTools generated artifact workspace through --workspace-dir and FAST_FORWARD_WORKSPACE_DIR, keeping explicit output/cache command options authoritative (#274)
  • Add a standalone DevTools self-update command plus global --working-dir and --auto-update binary options for local or global installations (#272)
  • Show the DevTools ASCII logo by default on all top-level command executions, while adding a --no-logo global option and automatically suppressing the banner for --json / --pretty-json invocations (including automatic forwarding of --no-logo to internal DevTools subprocesses) to avoid banner repetition in orchestrated command queues (#277)

Fixed

  • Prevent DevTools from breaking changelog workflows by keeping raw output clean for changelog:show and changelog:next-version (suppressing the startup ASCII logo when these commands run without explicit --json/--pretty-json) (#280)