Skip to content

Commit 47546df

Browse files
authored
remove isPreview (#8663)
1 parent eaf7d28 commit 47546df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/release_version_cal.py

+1-1
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)