Skip to content

Releases: taraxvoid/voidflow

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:23
Immutable release. Only release title and notes can be modified.
bb1dabf

[0.5.1] - 2026-09-18

🐛 Bug Fixes

  • (tag-release) Handle merge-commit release messages
  • Also run validate on pushes (#48)
  • (cloudflare-deploy) Sanitize deployment-url output for multi-custom-domain deploys (#49)

v0.5.0

Choose a tag to compare

@taraxvoid taraxvoid released this 14 Sep 23:56
ed3d2da

[0.5.0] - 2026-09-14

🚀 Features

  • (resolve-env) Add reusable workflow to expose deploy env as a job output

🐛 Bug Fixes

  • (resolve-env) Use local action path to satisfy zizmor's unpinned-uses policy

⚙️ Miscellaneous Tasks

  • Add just release target, update workflow comments

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 16:57
627ddc3

[0.4.0] - 2026-09-11

🚀 Features

  • (site-ci.yml) Add support for Playwright installation without OS-level browser dependencies on self-hosted runners

🐛 Bug Fixes

  • (release.yml) Pin --tag-pattern for the auto-bump path (#38)
  • (ci.yml) Disable uv dependency cache since repo has no lockfile/requirements to key it on (#37)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 16:05
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

Initial release

Initial release Pre-release
Pre-release

Choose a tag to compare

@taraxvoid taraxvoid released this 09 Sep 17:36
eb388f1

Early version