Skip to content

Prep for v1.4.0 release#130

Merged
berndverst merged 5 commits intomicrosoft:mainfrom
andystaples:andystaples/1.4.0-release-prep
Apr 8, 2026
Merged

Prep for v1.4.0 release#130
berndverst merged 5 commits intomicrosoft:mainfrom
andystaples:andystaples/1.4.0-release-prep

Conversation

@andystaples
Copy link
Copy Markdown
Contributor

@andystaples andystaples commented Apr 8, 2026

Summary

  • Prepare durabletask and durabletask.azuremanaged for v1.4.0 by adding v1.4.0 changelog entries and bumping versions/dependency floors to 1.4.0.
  • Add draft release notes for both tags under .github/releases/.
  • Add new /release-prep skill at .github/skills/release-prep/SKILL.md to standardize future release-prep workflow from a target version input.

Why the historical CHANGELOG heading edits

  • Updated repeated historical subheadings (for example ### New, ### Fixed) to version-scoped variants to resolve duplicate-heading markdown diagnostics.
  • This is a formatting-only hygiene change so release prep edits validate cleanly; no historical release content was changed.

Copilot AI review requested due to automatic review settings April 8, 2026 17:59
Copy link
Copy Markdown
Contributor

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 Durable Task Python SDK (durabletask) and its Azure Managed provider (durabletask.azuremanaged) for the v1.4.0 release by aligning package versions, dependency floors, changelogs, and adding standardized release-prep documentation/assets.

Changes:

  • Bump package versions to 1.4.0 and raise durabletask dependency floors in durabletask.azuremanaged to >=1.4.0.
  • Add v1.4.0 entries to both package changelogs, including historical heading hygiene updates in the root changelog.
  • Add draft GitHub release body markdown files for both tags and introduce a new /release-prep skill documenting the workflow.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Bumps core package version to 1.4.0.
durabletask-azuremanaged/pyproject.toml Bumps provider version to 1.4.0 and updates dependency floors to durabletask>=1.4.0.
CHANGELOG.md Adds v1.4.0 section and adjusts historical subheadings to avoid duplicate markdown headings.
durabletask-azuremanaged/CHANGELOG.md Adds v1.4.0 section describing provider changes and updated base dependency.
.github/skills/release-prep/SKILL.md Adds a standardized release-prep workflow skill driven by a target version.
.github/releases/v1.4.0.md Adds draft release notes for the core v1.4.0 tag.
.github/releases/azuremanaged-v1.4.0.md Adds draft release notes for the azuremanaged-v1.4.0 tag.

@berndverst berndverst merged commit e613e57 into microsoft:main Apr 8, 2026
15 checks passed
@andystaples andystaples deleted the andystaples/1.4.0-release-prep branch April 8, 2026 18:35
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