Skip to content

Comments

Release v0.1.0-beta.1#107

Merged
YunchuWang merged 1 commit intomainfrom
release/v0.1.0-beta.1
Feb 10, 2026
Merged

Release v0.1.0-beta.1#107
YunchuWang merged 1 commit intomainfrom
release/v0.1.0-beta.1

Conversation

@YunchuWang
Copy link
Member

Summary

What changed?

Why is this change needed?

Issues / work items

  • Resolves #
  • Related #

Project checklist

  • Release notes are not required for the next release
    • Otherwise: Notes added to CHANGELOG.md
  • Backport is not required
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • All required tests have been added/updated (unit tests, E2E tests)
  • Breaking change?
    • If yes:
      • Impact:
      • Migration guidance:

AI-assisted code disclosure (required)

Was an AI tool used? (select one)

  • No
  • Yes, AI helped write parts of this PR (e.g., GitHub Copilot)
  • Yes, an AI agent generated most of this PR

If AI was used:

  • Tool(s):
  • AI-assisted areas/files:
  • What you changed after AI output:

AI verification (required if AI was used):

  • I understand the code and can explain it
  • I verified referenced APIs/types exist and are correct
  • I reviewed edge cases/failure paths (timeouts, retries, cancellation, exceptions)
  • I reviewed concurrency/async behavior
  • I checked for unintended breaking or behavior changes

Testing

Automated tests

  • Result: Passed / Failed (link logs if failed)

Manual validation (only if runtime/behavior changed)

  • Environment (OS, Node.js version, components):
  • Steps + observed results:
    1.
    2.
    3.
  • Evidence (optional):

Notes for reviewers

  • N/A

Copilot AI review requested due to automatic review settings February 10, 2026 22:48
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

Prepares the monorepo for the v0.1.0-beta.1 release by bumping package versions and adding a corresponding release section to the changelog.

Changes:

  • Bump @microsoft/durabletask-js version to 0.1.0-beta.1.
  • Bump @microsoft/durabletask-js-azuremanaged version to 0.1.0-beta.1 and update its peer dependency minimum for @microsoft/durabletask-js.
  • Add v0.1.0-beta.1 entries to CHANGELOG.md.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
packages/durabletask-js/package.json Version bumped to 0.1.0-beta.1.
packages/durabletask-js-azuremanaged/package.json Version bumped to 0.1.0-beta.1; peer dependency minimum updated to >=0.1.0-beta.1.
CHANGELOG.md Adds a new v0.1.0-beta.1 (2026-02-10) section with PR-linked entries.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

} No newline at end of file
{
"name": "@microsoft/durabletask-js",
"version": "0.1.0-beta.1",
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The monorepo uses npm workspaces and tracks package versions in package-lock.json. After bumping this package version, package-lock.json still contains the previous workspace version (e.g., 0.1.0-alpha.2), which will cause npm ci/CI to fail with an out-of-date lockfile. Regenerate and commit an updated package-lock.json (typically by running npm install from the repo root) so the workspace package entry matches 0.1.0-beta.1.

Copilot uses AI. Check for mistakes.
{
"name": "@microsoft/durabletask-js-azuremanaged",
"version": "0.1.0-alpha.1",
"version": "0.1.0-beta.1",
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version bump also requires updating the root package-lock.json workspace entry for @microsoft/durabletask-js-azuremanaged (it currently reflects the previous version). Please regenerate and commit package-lock.json so npm ci remains reproducible.

Copilot uses AI. Check for mistakes.
Comment on lines +8 to +11
## v0.1.0-beta.1 (2026-02-10)

### Changes

Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release section uses a "### Changes" heading, but the repo's documented changelog format (doc/release_process.md) and prior entries in this file use "### New" / "### Fixes" (and optionally "### Breaking Changes"). To avoid inconsistency and potential confusion for release note consumers/tools, please either follow the existing section headings here (split items accordingly) or update the documented process in the same PR.

Copilot uses AI. Check for mistakes.
@YunchuWang YunchuWang merged commit 8bfa734 into main Feb 10, 2026
28 checks passed
@YunchuWang YunchuWang deleted the release/v0.1.0-beta.1 branch February 10, 2026 23:20
Copilot AI mentioned this pull request Feb 18, 2026
15 tasks
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