Skip to content

Commit

Permalink
fix minor tag return (Azure#7994)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyW authored Sep 19, 2024
1 parent 30c2e17 commit 7e77b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/release_version_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def get_next_version_segment_tag():
if VERSION_MAJOR_TAG in pr_label_list:
return VERSION_MAJOR_TAG
elif VERSION_MINOR_TAG in pr_label_list:
return pr_label_list
return VERSION_MINOR_TAG
elif VERSION_PATCH_TAG in pr_label_list:
return VERSION_PATCH_TAG
elif VERSION_PRE_TAG in pr_label_list:
Expand Down

0 comments on commit 7e77b64

Please sign in to comment.