Skip to content

Commit

Permalink
update RN script in prod to ignore 4.12.0 RNs to avoid inevitable RM …
Browse files Browse the repository at this point in the history
…status issues
  • Loading branch information
stu-clark committed Nov 15, 2024
1 parent 15b71fd commit 9600c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build_rns.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def build_rn_markdown_files(product, version_list):
#### Temporarily skip NetQ 4.8.0 until Redmine updates complete - Nov 11 2023
# if version == "4.6.0":
# continue
if version == "4.9.0":
if version == "4.12.0":
continue
if version_string(version) in major_minor:
major_minor[version_string(version)].append(version)
Expand Down

0 comments on commit 9600c89

Please sign in to comment.