Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:24
· 13 commits to main since this release

1.0.0 (2026-08-19)

Bug Fixes

  • raise a workspace-state error for a detached HEAD, not a git command error (12c7e89)
  • recover the forced-patch decision from history, not only in-memory state (29a22c5)
  • reject package names that would inject a template into semantic-release's tagFormat (5b0ed80)
  • scope path-filtered commit analysis to the git repository toplevel (9d76cec)
  • stop git C-quoting non-ASCII commit paths from breaking path scoping (ed2348a)
  • validate every dependency range shape before any package releases (6548dcf)

Features

  • discover pnpm workspace packages and build their dependency graph (e4727aa)
  • expose the orchestrator through the CLI and public API (66faf08)
  • orchestrate per-package releases with cross-package manifest bumping (ce80c09)
  • scope semantic-release analysis to a package's own commits (12db69d)