Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 16:05
· 26 commits to main since this release
d5a00a3

[0.3.0] - 2026-09-11

🚀 Features

  • (site-ci.yml) Add GITLEAKS_LICENSE secret since organizations require it
  • Add conventional-commits release method (#27)
  • (justfile) Add lint-only validation target
  • (site-ci.yml) Add optional GITLEAKS_LICENSE secret for gitleaks Organization plan

🐛 Bug Fixes

  • Improve Playwright cache invalidation (#22)
  • (release.yml) Pass GH_TOKEN through to just validate (#28)
  • (release) Split into PR-then-tag flow, main is PR-only (#30)
  • (tag-release.yml) Tolerate squash-merge's " (#NN)" suffix (#33)

⚙️ Miscellaneous Tasks

  • Self-validation checks, security audit, and local dry-run tooling
  • Swap action-validator for check-jsonschema, fix act dry-run end-to-end