From 29faf24714daf564d5c00a767ad7eb9c0d339b2c Mon Sep 17 00:00:00 2001 From: awhipp Date: Wed, 13 Mar 2024 01:24:58 -0400 Subject: [PATCH] feat: :sparkles: Bumping version for poetry automatically --- .github/analyze_git_history.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/analyze_git_history.py b/.github/analyze_git_history.py index 8429a34..fc5d42a 100644 --- a/.github/analyze_git_history.py +++ b/.github/analyze_git_history.py @@ -51,7 +51,7 @@ def determine_version_bump(valid_messages): if __name__ == "__main__": # Determine version bump - version_bump = determine_version_bump(get_commit_messages()) + version_bump_type = determine_version_bump(get_commit_messages()) # Output version bump - print(version_bump) + print(version_bump_type)