Skip to content

Commit 9c893cb

Browse files
authored
CLOUDP-69273: [mongocli] Update release instructions (#357)
1 parent 744dfab commit 9c893cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ This will do the following things:
2222
1. Tag a new version, ie: `git tag -a -s v1.0.0 -m "v1.0.0"`
2323
2. Publish the new tag, ie `git push origin v1.0.0`
2424
3. Run the evergreen releasing task, ie: `evergreen patch -p mongocli-master -y -d "Release v1.0.0" -v release_publish -v release_msi -t all -f`
25-
4. Open a PR to update `server_version` in [build/ci/evergreen.yml](build/ci/evergreen.yml). The number does not matter as long as it's higher than the previous one.
25+
4. The release will be set as draft in the [releases page](https://github.com/mongodb/mongocli/releases), review the release and if it looks ok, publish it.
26+
5. Open a PR to update `server_version` in [build/ci/evergreen.yml](build/ci/evergreen.yml). The number does not matter as long as it's higher than the previous one.

0 commit comments

Comments
 (0)