Skip to content

Commit

Permalink
Update docstrings in update_versions.py for clarity and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed Feb 7, 2025
1 parent 1bde19c commit 88d220b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/update_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from github import Github

def get_latest_release_branch():
""" GitHub repository'deki tüm `rel-x.x` branch'lerini listeleyerek en büyük sürüme sahip olanı döndürür. """
""" Lists all `rel-x.x` branches in the GitHub repository and returns the one with the highest version. """
g = Github(os.environ["GITHUB_TOKEN"])
repo = g.get_repo("abpframework/abp")

Expand All @@ -28,7 +28,7 @@ def get_latest_release_branch():
return latest_branch

def get_version_from_common_props(branch):
""" Belirtilen branch'teki `common.props` dosyasından `Version` ve `LeptonXVersion` bilgilerini çeker. """
""" Fetches the `Version` and `LeptonXVersion` information from the `common.props` file in the specified branch. """
g = Github(os.environ["GITHUB_TOKEN"])
repo = g.get_repo("abpframework/abp")

Expand Down

0 comments on commit 88d220b

Please sign in to comment.