chore: release 2026.01.07 - #12
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
This PR releases version 0.5.2 of @probitas/runner, bumping it from version 0.5.1 with a patch update that includes scenario-level timeout configuration and improved timeout error messages.
- Version number updated in deno.json from 0.5.1 to 0.5.2
- Release notes added to Releases.md documenting the new features and fixes
- Two feature entries documented: scenario-level timeout configuration and improved step timeout error messages
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 | Updates package version from 0.5.1 to 0.5.2 |
| Releases.md | Adds release notes for @probitas/runner 0.5.2 with two changelog entries |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### 2026.01.07 | ||
|
|
||
| #### @probitas/runner 0.5.2 (patch) | ||
|
|
||
| - feat(@probitas/runner): add scenario-level timeout configuration | ||
| - fix(@probitas/runner): improve step timeout error messages with context | ||
|
|
||
| ### 2026.01.07 |
There was a problem hiding this comment.
Duplicate release date header detected. There are two "### 2026.01.07" headers on lines 1 and 8, which creates confusion in the release notes. The new @probitas/runner 0.5.2 release entry should be placed under the existing 2026.01.07 header instead of creating a duplicate header.
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-07-14-24-26 && git checkout -b release-2026-01-07-14-24-26 upstream/release-2026-01-07-14-24-26