You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release_process.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,15 @@ Use the **Prepare Release** GitHub Action to automate the release preparation pr
49
49
4.**Updates CHANGELOG.md**: Adds a new version section with the discovered changes
50
50
5.**Creates a release branch**: `release/vX.Y.Z`
51
51
6.**Creates a release tag**: `vX.Y.Z`
52
-
7.**Opens a pull request**: For review before merging to `main`
52
+
53
+
### After the Workflow Completes
54
+
55
+
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`:
56
+
57
+
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`
58
+
2. Set the PR title to `Release vX.Y.Z`
59
+
3. Review the version bumps and changelog updates
60
+
4. Merge the PR after CI passes
53
61
54
62
After the PR is merged, follow the **Publishing** steps below to build and publish.
0 commit comments