Skip to content

Latest commit

 

History

History
81 lines (39 loc) · 4.05 KB

File metadata and controls

81 lines (39 loc) · 4.05 KB

Changelog

4.4.0 (2026-07-23)

Features

  • sync composer.lock in the update-readme workflow (#141) (dc2428e)

4.3.1 (2026-06-19)

Performance Improvements

  • ship one release zip end-to-end (single-file artifact, no re-zip on deploy) (#133) (57df810)
  • speed up release build (artifact compression, drop node_modules rm, fast rollback zip) (#131) (77c79dd)

4.3.0 (2026-06-19)

Features

  • deploy builds+archives the release; drop draft + create-release.yml (#129) (b48df6a)

4.2.2 (2026-06-19)

Bug Fixes

  • publish release with GH_BOT_TOKEN so release:published triggers deploys (#127) (0758783)

4.2.1 (2026-06-17)

Bug Fixes

  • validate composer lock with install, not validate (version-field churn) (#125) (9e96999)

4.2.0 (2026-06-17)

Features

  • publish release after asset attach (draft-safe) and trim deploy wait (#123) (f57f453)

4.1.0 (2026-06-17)

Features

  • add composer validate gate to catch lock drift early (#121) (b40b626)

4.0.2 (2026-06-13)

Bug Fixes

  • wait for release.zip asset before deploying (asset/deploy race) (4f116cd)

4.0.1 (2026-06-12)

Bug Fixes

  • drop environment binding from the build job (63fd313)
  • use exact-match git/ref endpoint for the floating major tag check (0b52a61)

4.0.0 (2026-06-12)

⚠ BREAKING CHANGES

  • v4: single-job build, asset-based deploy, consolidated lint
  • v4: add composite actions for setup, build, deploy, and readme

Features

  • v4: add composite actions for setup, build, deploy, and readme (73bacb4)
  • v4: restore backup/continue flow and WP Engine + Cloudways hosts (b05c15d)
  • v4: single-job build, asset-based deploy, consolidated lint (97aec37)
  • v4: wire real releases — release-please + floating major tags (79d7348)