chore(deps): update dev dependencies (non-major) #127
ci-validate.yml
on: pull_request
Matrix: test
Validate Commit Messages
16s
Reject Plan Files
4s
Guard CHANGELOG History in PR
3s
Matrix: lint
Run Package Install Smoke Test
0s
Annotations
2 errors
|
Run Unit Tests on Node v22
Process completed with exit code 1.
|
|
tests/unit/release/calver-plugin.test.ts > calver plugin > delegates commit analysis and normalizes to patch cadence:
tests/unit/release/calver-plugin.test.ts#L76
AssertionError: expected 'minor' to be 'patch' // Object.is equality
Expected: "patch"
Received: "minor"
❯ tests/unit/release/calver-plugin.test.ts:76:56
|