From b51145245f8743dcc64c04688610f12510af6ddb Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 3 Aug 2025 21:42:08 +0300 Subject: [PATCH] Update ReleaseNotesTemplate.ps1 --- Scripts/ReleaseNotesTemplate.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/ReleaseNotesTemplate.ps1 b/Scripts/ReleaseNotesTemplate.ps1 index 42cd1feb..9da128d3 100644 --- a/Scripts/ReleaseNotesTemplate.ps1 +++ b/Scripts/ReleaseNotesTemplate.ps1 @@ -31,6 +31,8 @@ $JSON = Invoke-RestMethod @Parameters -replace "Sophia_Script_Windows_10_LTSC2021", $JSON.Sophia_Script_Windows_10_LTSC2021 ` -replace "Sophia_Script_Windows_11_PowerShell_5_1", $JSON.Sophia_Script_Windows_11_PowerShell_5_1 ` -replace "Sophia_Script_Windows_11_PowerShell_7", $JSON.Sophia_Script_Windows_11_PowerShell_7 ` + -replace "Sophia_Script_Windows_11_Arm_PowerShell_5_1", $JSON.Sophia_Script_Windows_11_PowerShell_5_1 ` + -replace "Sophia_Script_Windows_11_Arm_PowerShell_7", $JSON.Sophia_Script_Windows_11_PowerShell_7 ` -replace "Sophia_Script_Windows_11_LTSC2024", $JSON.Sophia_Script_Windows_11_LTSC2024 ` -replace "Sophia_Script_Wrapper", $JSON.Sophia_Script_Wrapper } | Set-Content -Path ReleaseNotesTemplate.md -Encoding utf8 -Force