fix(release): publish durable-functions v4 to preview-v4 - #348
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d86f5f69-4e1a-4c1d-b017-5e290c85cc05
Contributor
There was a problem hiding this comment.
🟢 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"topackages/azure-functions-durable/package.jsonto makepreview-v4the 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.
kaibocai (kaibocai)
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
preview-v4durable-functionsand version4.0.0-beta.1This causes npm to use
preview-v4as the default dist-tag when this package is published.No package was published.
Validation
publishConfig.tagpackages/azure-functions-durable/package.json