Skip to content

Commit

Permalink
revision 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-j0y committed Jan 26, 2024
1 parent c363ddc commit 48bfad2
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 @@ -89,6 +89,7 @@ def update_version(arg, label_list):
if f'bump-{version_type.name.lower()}' in label_list:
bump_version(version_type, arg['version_code_variable_name'], arg['version_name_variable_name'], version_code, major_version, minor_version, patch_version, revision_version)


# 버전 올리는 함수
def bump_version(version_category, vc_variable_name, vn_variable_name, version_code, major_version, minor_version, patch_version, revision_version) :
print(f"Current version : {major_version}.{minor_version}.{patch_version}.{revision_version}")
Expand Down

0 comments on commit 48bfad2

Please sign in to comment.