-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release 2026.01.08 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR performs a coordinated release of three Probitas packages on 2026.01.08, incrementing patch versions across the board to add scenario-level timeout configuration functionality.
Key Changes:
- Version bumps for three packages: @probitas/builder (0.5.1→0.5.2), @probitas/core (0.3.1→0.3.2), and @probitas/runner (0.5.2→0.5.3)
- Updated Releases.md with changelog entries documenting the new timeout configuration feature and a scenario timeout error fix
- All version updates correctly implemented in respective deno.json files
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/probitas-runner/deno.json | Bumped version from 0.5.2 to 0.5.3 |
| packages/probitas-core/deno.json | Bumped version from 0.3.1 to 0.3.2 |
| packages/probitas-builder/deno.json | Bumped version from 0.5.1 to 0.5.2 |
| Releases.md | Added changelog entries for 2026.01.08 release with feature and fix descriptions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| #### @probitas/core 0.3.2 (patch) | ||
|
|
||
| - feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level | ||
| timeout configuration |
Copilot
AI
Jan 8, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog includes a "feat" (feature) commit, but the version bump is "patch". According to semantic versioning, new features should typically result in a minor version bump, not a patch. Please verify that this should be a patch release or if the commit message prefix is incorrect.
| #### @probitas/runner 0.5.3 (patch) | ||
|
|
||
| - feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level | ||
| timeout configuration |
Copilot
AI
Jan 8, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog includes a "feat" (feature) commit, but the version bump is "patch". According to semantic versioning, new features should typically result in a minor version bump, not a patch. Please verify that this should be a patch release or if the commit message prefix is incorrect.
| #### @probitas/builder 0.5.2 (patch) | ||
|
|
||
| - feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level | ||
| timeout configuration |
Copilot
AI
Jan 8, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog includes a "feat" (feature) commit, but the version bumps are "patch" releases. According to semantic versioning, new features should typically result in a minor version bump, not a patch. Please verify that these should be patch releases or if the commit message prefix is incorrect.
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-06-44-59 && git checkout -b release-2026-01-08-06-44-59 upstream/release-2026-01-08-06-44-59