Skip to content

Commit 181aaa2

Browse files
committed
chore(build): update build README.md for releases for new tag merge process
1 parent 0d150d3 commit 181aaa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/build/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ 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. Close the Jira ticket for the release, post an update in the `#mongosh` Slack channel and ping the docs team.
42+
8. The previous step will have pushed tags for the npm publishes. Check out the tag for `mongosh@<version>` (not `v<version>`), create a branch for it, push that branch and open a PR with it. Then immediately merge that branch **using the `git merge` CLI command into main** and push to main. **NEVER** use the Github PR merge functionality, since that would squash the commit and give it a new commit hash that is different from the one in the tag.
43+
9. Close the Jira ticket for the release, post an update in the `#mongosh` Slack channel and ping the docs team.
4344

4445
### Branches and Tags
4546

0 commit comments

Comments
 (0)