We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a240e commit fa6b290Copy full SHA for fa6b290
.github/scripts/upcoming_api_releases.sh
@@ -3,7 +3,7 @@ set -eou pipefail
3
4
# This script checks for upcoming API version releases within the next 3 weeks.
5
# It performs the following steps:
6
-# 1. Fetches and oarse the `versions.json` file using in the `mongodb/openapi` repository deom the `dev` branch
+# 1. Fetches and parses the `versions.json` file using in the `mongodb/openapi` repository on the `dev` branch
7
# 2. Gets the current date in seconds since epoch.
8
# 3. Determines if the system is macOS or Linux to use the appropriate `date` command format.
9
# 4. Iterates through each date in the `version_dates`:
0 commit comments