Skip to content

Conversation

@lambdalisue
Copy link
Member

The following updates are detected:

module from to type
@probitas/builder 0.5.1 0.5.2 patch
@probitas/core 0.3.1 0.3.2 patch
@probitas/runner 0.5.2 0.5.3 patch

Please ensure:

  • Versions in deno.json files are updated correctly
  • Releases.md is updated correctly

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

@lambdalisue lambdalisue marked this pull request as ready for review January 8, 2026 06:46
Copilot AI review requested due to automatic review settings January 8, 2026 06:46
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link

Copilot AI left a 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.

Comment on lines +8 to +11
#### @probitas/core 0.3.2 (patch)

- feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level
timeout configuration
Copy link

Copilot AI Jan 8, 2026

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.

Copilot uses AI. Check for mistakes.
Comment on lines +13 to +16
#### @probitas/runner 0.5.3 (patch)

- feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level
timeout configuration
Copy link

Copilot AI Jan 8, 2026

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.

Copilot uses AI. Check for mistakes.
Comment on lines +3 to +6
#### @probitas/builder 0.5.2 (patch)

- feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level
timeout configuration
Copy link

Copilot AI Jan 8, 2026

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.

Copilot uses AI. Check for mistakes.
@lambdalisue lambdalisue merged commit 90632c4 into main Jan 8, 2026
9 checks passed
@lambdalisue lambdalisue deleted the release-2026-01-08-06-44-59 branch January 8, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants