Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
yonasuriv committed Oct 12, 2024
1 parent f7f755b commit ac0ccff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ def changes_outside_excluded_dirs():
# Prepare the log entry if author is not github-actions[bot]
if author_name != 'github-actions[bot]':
new_log_entry = [
f"Update: {commit_message} ({type})\n",
f"Update: {commit_message} ({type} patch)\n",
f"Commit: {commit_hash}\n",
f"Author: {author_name} on {formatted_date}\n",
f"Version: {major}.{minor}.{patch}-{date_version}\n",
f"Version: {major}.{minor}.{patch}-{date_version}\n",
"\n"
]

Expand Down

0 comments on commit ac0ccff

Please sign in to comment.