Skip to content

Commit 597edf2

Browse files
committed
Added comment to get_version_id() method
1 parent e56591c commit 597edf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/release/constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ def is_running_in_evg() -> bool:
2929

3030

3131
def get_version_id() -> str | None:
32+
"""
33+
Get the version ID from the environment variable. This is typically used for patch builds in the Evergreen CI system.
34+
:return: version_id (patch ID) or None if not set
35+
"""
3236
return os.getenv("version_id")

0 commit comments

Comments
 (0)