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
{{ message }}
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/how-to-release.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@
7
7
*`git pull origin main`
8
8
* Update any changing versions in [release.json](../release.json).
9
9
*`operator` - always when doing a release
10
-
*`version-upgrade-hook`, `readiness-probe` - whenever we make changes in the [versionhook](../cmd/versionhook) or [readiness](../cmd/readiness) files
11
-
*`agent` - bump to the newest version available
12
-
*`agent-tools-version` - bump to the newest version available :warning: how to get the newest version?
10
+
*`version-upgrade-hook` - whenever we make changes in the [versionhook](../cmd/versionhook) files
11
+
*`readiness-probe` - whenever we make changes in the [readiness](../cmd/readiness) files
12
+
*`agent` - newest version available in `ops-manager``conf-hosted.properties` file under `automation.agent.version`
13
+
*`agent-tools-version` - newest version available in `ops-manager``conf-hosted.properties` file under `mongotools.version`
13
14
* Ensure that [the release notes](./RELEASE_NOTES.md) are up to date for this release.
14
-
***:warning: how should we know what should be included?**
15
+
*all merged PRs have a covered entry in the release notes. For example, you can use `git log v0.11.0..HEAD --reverse --oneline` to get the list of commits after previous release
15
16
* Run `python scripts/ci/update_release.py` to update the relevant yaml manifests.
16
17
***use venv and then `python3 -m pip install -r requirements.txt`**
0 commit comments