Skip to content

Commit 2a05aeb

Browse files
authored
chore(mongosh): add the homebrew-core step to the release instructions (#2068)
1 parent c638546 commit 2a05aeb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/build/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ Execute the following steps to publish a new release:
3232
Follow the instructions and ensure that the new draft tag to be created matches the expected release version.
3333
4. Wait for Evergreen to finish the build and complete the draft stage.\
3434
_Repeat step 3 if there are any additional changes that need to be part of the release._
35-
5. Trigger the publication of the release by running:
35+
5. Sync main branch of the [mongodb-js/homebrew-core](https://github.com/mongodb-js/homebrew-core/) repository with the upstream.
36+
6. Trigger the publication of the release by running:
3637
```
3738
npm run release publish
3839
```
3940
Follow the instructions and verify the inferred release version is correct.
40-
6. Wait for Evergreen to finish the publication stage.
41-
7. Close the Jira ticket for the release, post an update in the `#mongosh` Slack channel and ping the docs team.
41+
7. Wait for Evergreen to finish the publication stage.
42+
8. Close the Jira ticket for the release, post an update in the `#mongosh` Slack channel and ping the docs team.
4243

4344
### Branches and Tags
4445

0 commit comments

Comments
 (0)