Skip to content

Commit

Permalink
fix: remove leftover debug print from tag_format
Browse files Browse the repository at this point in the history
  • Loading branch information
randomicecube committed Jan 28, 2025
1 parent 6778fb6 commit 0ec3119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/compare_commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
def tag_format(tag, package_name, repo_name):
_, repo_name = repo_name.split("/") # splits owner and repo name
project_name = repo_name.split("-")[-1] # deals with lots of maven-<project_name> repos (e.g., surefire, etc)
print(f"package_name: {package_name}, repo_name: {repo_name}, project_name: {project_name}")
tag_formats = set([
f"{tag}",
f"v{tag}",
Expand Down

0 comments on commit 0ec3119

Please sign in to comment.