Skip to content

0.8.0

Latest

Choose a tag to compare

@autorelease3 autorelease3 released this 16 Sep 14:13
· 65 commits to develop since this release
0.8.0
41b73ad

💡 Improvements

  • Run configuration cache validation tasks instead of dry-run

    Dry-running tasks only catches configuration-time issues but misses
    execution-time configuration cache problems. This change makes the
    validation actually execute all allow-listed tasks in a cloned
    repository on CI to catch both types of issues. (#80)