Skip to content

Commit 3f2ebea

Browse files
committed
remove isPreview
1 parent eaf7d28 commit 3f2ebea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/release_version_cal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def extract_module_metadata_update_info(mod_update_info, mod):
229229
if current_meta_data.get("azext.isPreview", None):
230230
mod_update_info["meta_updated"] = True
231231
mod_update_info["preview_tag_diff"] = "add"
232-
return
232+
return
233233
if last_meta_data.get("azext.isExperimental", False) and not current_meta_data.get("azext.isExperimental", False):
234234
mod_update_info["exp_tag_diff"] = "remove"
235235
mod_update_info["meta_updated"] = True

0 commit comments

Comments
 (0)