mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
ii
This commit is contained in:
parent
d2408d8fd3
commit
8278d91806
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ async def get_version_real(
|
|||
# Only add commit info if configured
|
||||
if conf.get('use_commit_info', False):
|
||||
commit_count = await get_commit_count(url, headers)
|
||||
version = data[0]['commit']['committer']['date'].rstrip('Z').replace('-', '').replace(':', '').replace('T', '.')
|
||||
version = f"{version}.r{commit_count}.g{data[0]['sha'][:9]}"
|
||||
|
||||
return RichResult(
|
||||
|
|
Loading…
Add table
Reference in a new issue