Skip to content

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 19:49
· 158 commits to main since this release
482b4e0

Minor Changes

  • 6954a9c: Add .prettierignore to the sync-configs canonical template set. The CI gate runs prettier --check ., which formats YAML — without a .prettierignore, pnpm-lock.yaml (and Renovate-updated lockfiles) fail the check. The new template excludes the lockfile and generated dirs (.svelte-kit/, build/, .netlify/, dist/) so the CI prettier step is green fleet-wide. New ConfigName "prettier-ignore".