Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-j0y committed Sep 24, 2024
1 parent 48aca43 commit 8366e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/control_multi_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def update_version(arg, label_list):

isBumpLabelNotExist = True
for version_type in list(VersionCategory):
print(f'bump-{version_type.name.lower()}')
if f'bump-{version_type.name.lower()}' in label_list:
isBumpLabelExist = False
bump_version(version_type, arg['version_code_variable_name'], arg['version_name_variable_name'], version_code, major_version, minor_version, patch_version, revision_version)
Expand Down

0 comments on commit 8366e01

Please sign in to comment.