Skip to content

fix(release): publish durable-functions v4 to preview-v4 - #348

Merged
wangbill (YunchuWang) merged 1 commit into
mainfrom
yunchuwang-add-preview-v4-tag
Aug 3, 2026
Merged

fix(release): publish durable-functions v4 to preview-v4#348
wangbill (YunchuWang) merged 1 commit into
mainfrom
yunchuwang-add-preview-v4-tag

Conversation

@YunchuWang

Copy link
Copy Markdown
Member

Summary

  • set the durable-functions package's default npm dist-tag to preview-v4
  • preserve package name durable-functions and version 4.0.0-beta.1

This causes npm to use preview-v4 as the default dist-tag when this package is published.

No package was published.

Validation

  • parsed the manifest with Node.js and verified name, version, and publishConfig.tag
  • checked formatting with the repository's Prettier 3.5.3 configuration
  • confirmed the diff changes only packages/azure-functions-durable/package.json

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: d86f5f69-4e1a-4c1d-b017-5e290c85cc05
Copilot AI review requested due to automatic review settings August 3, 2026 15:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Ready to approve

The change is a small, valid package metadata update (JSON remains well-formed) and matches the stated PR intent without impacting runtime code.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Updates the Azure Functions Durable provider package metadata so that publishing durable-functions@4.x defaults to the preview-v4 npm dist-tag, aligning release mechanics with the v4 preview/beta distribution strategy.

Changes:

  • Add publishConfig.tag = "preview-v4" to packages/azure-functions-durable/package.json to make preview-v4 the default dist-tag on publish.
File summaries
File Description
packages/azure-functions-durable/package.json Adds publishConfig.tag to default npm publishing to the preview-v4 dist-tag for durable-functions v4 preview releases.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

@YunchuWang
wangbill (YunchuWang) merged commit f2ca9c4 into main Aug 3, 2026
30 checks passed
@YunchuWang
wangbill (YunchuWang) deleted the yunchuwang-add-preview-v4-tag branch August 3, 2026 15:15
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.

3 participants