Skip to content

0.1.1

0.1.1 #1

Triggered via push February 17, 2026 05:07
Status Failure
Total duration 22s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
release
Process completed with exit code 1.
src/lib/git.test.ts > rebaseOnto > succeeds on a clean rebase: src/lib/git.ts#L165
DubError: Conflict while restacking 'feat'. Resolve conflicts, stage changes, then run: dub restack --continue ❯ rebaseOnto src/lib/git.ts:165:9 ❯ src/lib/git.test.ts:118:3
src/commands/undo.test.ts > undo > undoes a restack by resetting branch tips: src/commands/undo.test.ts#L61
AssertionError: expected 'ab030be83e4948b49416479b78139956405ad…' not to be 'ab030be83e4948b49416479b78139956405ad…' // Object.is equality ❯ src/commands/undo.test.ts:61:23
src/commands/restack.test.ts > restack > restacks all stacks when on root branch: src/commands/restack.test.ts#L182
AssertionError: expected 'conflict' to be 'success' // Object.is equality Expected: "success" Received: "conflict" ❯ src/commands/restack.test.ts:182:25
src/commands/restack.test.ts > restack > restores original branch after restack: src/lib/git.ts#L51
DubError: HEAD is detached. Checkout a branch before running this command. ❯ getCurrentBranch src/lib/git.ts:51:10 ❯ src/commands/restack.test.ts:157:10
src/commands/restack.test.ts > restack > rebases a chain without duplicating parent commits: src/commands/restack.test.ts#L84
AssertionError: expected 'conflict' to be 'success' // Object.is equality Expected: "success" Received: "conflict" ❯ src/commands/restack.test.ts:84:25
src/commands/restack.test.ts > restack > rebases a child branch after parent gets new commits: src/commands/restack.test.ts#L54
AssertionError: expected 'conflict' to be 'success' // Object.is equality Expected: "success" Received: "conflict" ❯ src/commands/restack.test.ts:54:25