You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.