Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 08:00
· 14 commits to main since this release

2.0.0 (2026-09-08)

  • feat!: model a predicted-but-unreleased build as its own DisplayIdentity kind (02e1413)

Bug Fixes

  • raise vitest's per-test timeout for subprocess-spawning tests (c664a3a)

Features

  • predict the next release version without semantic-release's own orchestrator (fe16be0)

BREAKING CHANGES

  • resolvePredictedIdentity's return type is now
    DisplayIdentity (kind: 'release' | 'predicted' | 'commit'), not
    BuildIdentity & { predicted?: boolean }. An unreleased build with a
    prediction now reports kind: 'predicted' instead of kind: 'commit' with
    a separate predicted: true field.