Skip to content

Commit

Permalink
Merge pull request #10 from awhipp/feature/auto_version_bumping
Browse files Browse the repository at this point in the history
feat: ✨ Bumping version for poetry automatically
  • Loading branch information
awhipp authored Mar 13, 2024
2 parents e9009cc + 29faf24 commit 8158524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/analyze_git_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8158524

Please sign in to comment.