Conversation
There was a problem hiding this comment.
Pull request overview
This is a release PR that bumps the @probitas/runner package from version 0.5.5 to 0.5.6 (patch release). The changes include version updates in configuration files and corresponding release notes documenting bug fixes and refactoring improvements.
- Updates the package version in deno.json from 0.5.5 to 0.5.6
- Adds release notes for version 0.5.6 documenting fixes for abort signal handling and timeout/retry logic improvements
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/probitas-runner/deno.json | Increments version from 0.5.5 to 0.5.6 |
| Releases.md | Adds new release notes entry for version 0.5.6 with changelog items |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - fix(@probitas/runner): abort all scenarios when maxFailures is reached | ||
| - refactor(@probitas/runner): improve timeout error handling and retry logic | ||
|
|
||
| ### 2026.01.08 |
There was a problem hiding this comment.
There are now two consecutive sections with the same date "### 2026.01.08". This creates duplicate section headers in the release notes. The older entry (for version 0.5.5) should either have a different date or these entries should be consolidated under a single date section if they're both being released on the same day.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
The following updates are detected:
Please ensure:
The following commits are not recognized. Please handle them manually if necessary:
To make edits to this PR:
git fetch upstream release-2026-01-08-14-18-10 && git checkout -b release-2026-01-08-14-18-10 upstream/release-2026-01-08-14-18-10