Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Sep 9, 2024
1 parent 568f6da commit e49015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_version_increment(patch_bump_list: list, minor_bump_list: list, pr_label
Returns:
str: version increment
"""

# TODO add major bump option
if any(label in pr_label_list for label in minor_bump_list):
return "minor"

Expand Down

0 comments on commit e49015e

Please sign in to comment.