Skip to content

Update release workflow documentation and remove automated PR creation step#104

Merged
YunchuWang merged 1 commit intomainfrom
wangbill/prr
Feb 10, 2026
Merged

Update release workflow documentation and remove automated PR creation step#104
YunchuWang merged 1 commit intomainfrom
wangbill/prr

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 21:48
@YunchuWang YunchuWang merged commit 41affca into main Feb 10, 2026
14 checks passed
@YunchuWang YunchuWang deleted the wangbill/prr branch February 10, 2026 21:50
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

This pull request updates the release preparation workflow to remove automatic pull request creation, shifting to a manual PR creation process. The workflow previously automated PR creation using GitHub's CLI but now provides a manual link in the workflow summary instead.

Changes:

  • Removed automated PR creation step from the Prepare Release workflow
  • Removed pull-requests: write permission that is no longer needed
  • Updated workflow to output a clickable link in the summary for manual PR creation
  • Updated documentation to reflect the new manual PR creation process

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/prepare-release.yaml Removed the "Create Pull Request" step (37 lines), removed pull-requests: write permission, and updated workflow summary to provide manual PR creation instructions with a pre-formatted link
doc/release_process.md Updated documentation to reflect manual PR creation process, replacing the previous automated step with detailed instructions for creating a PR manually after workflow completion

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


The workflow summary will include a link to create a PR. You must **manually create a pull request** from the release branch (`release/vX.Y.Z`) to `main`:

1. Go to the workflow run summary and click the **Create PR** link, or navigate to: `https://github.com/microsoft/durabletask-js/compare/main...release/vX.Y.Z`
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 URL format in the documentation is inconsistent with the URL generated by the workflow. The workflow (line 194 in prepare-release.yaml) generates a URL with query parameters that pre-populate the PR title and expand the form: ?expand=1&title=Release+v${NEW_VERSION}. The documentation should match this format for consistency and better user experience, as it will pre-fill the PR title when users click the link.

Suggested change
1. Go to the workflow run summary and click the **Create PR** link, or navigate to: `https://github.com/microsoft/durabletask-js/compare/main...release/vX.Y.Z`
1. Go to the workflow run summary and click the **Create PR** link, or navigate to: `https://github.com/microsoft/durabletask-js/compare/main...release/vX.Y.Z?expand=1&title=Release+vX.Y.Z`

Copilot uses AI. Check for mistakes.
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