Skip to content

v0.7.4

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 17:40
9e6160d

Fixed

  • Verify no longer fails when the success command is a non-idempotent
    scaffolder (X init / create-next-app / terraform init): the command
    ran as both the last setup step and the assertion, so the assertion's
    re-run failed on the state setup created. It now runs exactly once, in the
    assertion, against a clean state — grounding unchanged (#224, closes #222).

Changed

  • CITATION.cff credits the current 15 contributors instead of a placeholder
    author (#226, closes #225).