Skip to content

Commit 21963c2

Browse files
committed
docs: reword release process check
1 parent 539413b commit 21963c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
permissions:
10-
contents: none # We use the github app to checkout and push tags
10+
contents: none # We use the github app to checkout and push changes
1111

1212
jobs:
1313
merge-release-tag:

packages/build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Execute the following steps to publish a new release:
3939
```
4040
Follow the instructions and verify the inferred release version is correct.
4141
7. Wait for Evergreen to finish the publication stage.
42-
8. Ensure the release version bump has been automatically merged into the main branch from the `release/vx.x.x` branch.
42+
8. Ensure that the version bump was automatically merged into main and that it is synced up with the `mongosh@x.x.x` tag.
4343
9. Close the Jira ticket for the release, post an update in the `#mongosh` Slack channel and ping the docs team.
4444

4545
### Branches and Tags

0 commit comments

Comments
 (0)