We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c98da commit 6df0d8cCopy full SHA for 6df0d8c
tests/ci/ci.py
@@ -1122,7 +1122,7 @@ def main() -> int:
1122
git = Git(True)
1123
version = get_version_from_repo(git = git).string
1124
print(f"""Got CH version for this commit: [{version}]
1125
- latest tag:{git.latest_tag} ({git.commits_since_latest} commits back),
+ latest tag: {git.latest_tag} ({git.commits_since_latest} commits back),
1126
latest upstream tag: {git.latest_upstream_tag} ({git.commits_since_upstream} commits back)
1127
""")
1128
0 commit comments