Skip to content

Release 1.1.7 (2026-02-19)

Bug fixes

  • sync commit message validation to accept ci and build types (#122)
  • fix: sync commit message validation to accept ci and build types

Sync lint scripts from standard-tooling develop to pick up ci: and build: as allowed conventional commit type prefixes.

Ref wphillipmoore/standard-actions#31

Refactoring

  • use shared docs-deploy composite action (#126)
  • use shared composite actions for publish and release gates (#132) Replace inline tag/release, version bump PR, and version divergence gate logic with reusable composite actions from standard-actions.

  • publish.yml: use tag-and-release and version-bump-pr actions

  • ci.yml: use version-divergence action for release gates