Skip to content

Releases: ExaDev/semantic-release-workspace

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 01:32

1.1.1 (2026-08-27)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:06

1.1.0 (2026-08-24)

Features

  • load --config through cosmiconfig for multi-format support (9f8d719)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 20 Aug 07:02

1.0.3 (2026-08-20)

Bug Fixes

  • regenerate and commit the lockfile alongside every dependency bump (40e37a3)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 05:48

1.0.2 (2026-08-20)

Bug Fixes

  • retry temp workspace cleanup past a lingering git gc race (fede08c)
  • stop createScopedPlugins crashing on a package's genuine first release (c15e40e)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 05:09

1.0.1 (2026-08-20)

Bug Fixes

  • default env to process.env, since spreading undefined silently drops it (13f6992)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:24

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)