From ead316c468850b67fcd28acdc841ca4f0b7a5273 Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Tue, 9 Jul 2024 14:00:41 +0200 Subject: [PATCH] chore(mongosh): add the homebrew-core step to the release instructions --- packages/build/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/build/README.md b/packages/build/README.md index 5a84a0193a..b39ea1e583 100644 --- a/packages/build/README.md +++ b/packages/build/README.md @@ -32,13 +32,14 @@ Execute the following steps to publish a new release: Follow the instructions and ensure that the new draft tag to be created matches the expected release version. 4. Wait for Evergreen to finish the build and complete the draft stage.\ _Repeat step 3 if there are any additional changes that need to be part of the release._ -5. Trigger the publication of the release by running: +5. Sync main branch of the [mongodb-js/homebrew-core](https://github.com/mongodb-js/homebrew-core/) repository with the upstream. +6. Trigger the publication of the release by running: ``` npm run release publish ``` Follow the instructions and verify the inferred release version is correct. -6. Wait for Evergreen to finish the publication stage. -7. Close the Jira ticket for the release, post an update in the `#mongosh` Slack channel and ping the docs team. +7. Wait for Evergreen to finish the publication stage. +8. Close the Jira ticket for the release, post an update in the `#mongosh` Slack channel and ping the docs team. ### Branches and Tags