Skip to content

Release 1.4.27 (2026-05-08)

Chores

  • bump version to 1.4.27
  • sweep post-1.4.26 dependency updates (#621)
  • replace st-validate-local references with st-validate in active docs and specs
  • add publish.release and publish.docs to standard-tooling.toml

Features

  • add [publish] section to standard-tooling.toml schema Add PublishConfig dataclass with release (default false) and docs (default true) fields. The section is optional — when absent, defaults apply. Ref wphillipmoore/standard-actions#318

  • add [publish] section to desired state for naming validation Thread publish.release and publish.docs from StConfig into DesiredPublishConfig on DesiredState. Publish state is validated but not enforced via rulesets (post-merge workflows). Ref wphillipmoore/standard-actions#318