You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,5 @@ This will do the following things:
22
22
1. Tag a new version, ie: `git tag -a -s v1.0.0 -m "v1.0.0"`
23
23
2. Publish the new tag, ie `git push origin v1.0.0`
24
24
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