Release @microsoft/durabletask-js-azuremanaged@0.4.0 - #343
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @microsoft/durabletask-js-azuremanaged package for a 0.4.0 release by bumping the package version and updating the repository changelog.
Changes:
- Updates
packages/durabletask-js-azuremanaged/package.jsonversion. - Adds a new release entry to
CHANGELOG.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/durabletask-js-azuremanaged/package.json | Updates the package version for the intended release. |
| CHANGELOG.md | Adds a release entry for the intended version/date. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d86f5f69-4e1a-4c1d-b017-5e290c85cc05 Copilot-Session: 119c6926-8e86-4f39-85eb-56504a9d5b6b
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.
Suppressed comments (1)
.github/workflows/prepare-release.yaml:142
- The tag-exclusion filter uses
grep -vwith a regex pattern built from${TAG_PREFIX}${NEW_VERSION}. Since versions include.(and may include other regex metacharacters), this is not an exact match and can accidentally exclude tags other than the one being created. Use fixed-string + whole-line matching instead.
LATEST_TAG=$(git -c versionsort.suffix=- tag -l "${TAG_PREFIX}*" --sort=-v:refname | \
grep -v "^${TAG_PREFIX}${NEW_VERSION}$" | head -n 1)
kaibocai
approved these changes
Jul 31, 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
@microsoft/durabletask-js-azuremanaged@0.4.0, including the workspace lockfile and scoped Azure Managed release notes since legacyv0.3.0.Validation
v0.3.0fallbackAI-assisted code disclosure
GitHub Copilot assisted with the workflow repair. The resulting diff, failure paths, release refs, and validation output were reviewed.