You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Successfully extracted release notes for version $version"
93
92
} else {
94
-
echo "release_notes=## What's New%0A- Latest version of PC Toolkit Pro%0A- Enhanced system monitoring and management features%0A- Improved user interface and performance" >> $env:GITHUB_OUTPUT
93
+
$defaultNotes = "## What's New`n- Latest version of PC Toolkit Pro`n- Enhanced system monitoring and management features`n- Improved user interface and performance"
echo "Could not find specific version notes, using default"
96
99
}
97
100
} else {
98
-
echo "release_notes=## What's New%0A- Latest version of PC Toolkit Pro%0A- Enhanced system monitoring and management features%0A- Improved user interface and performance" >> $env:GITHUB_OUTPUT
101
+
$defaultNotes = "## What's New`n- Latest version of PC Toolkit Pro`n- Enhanced system monitoring and management features`n- Improved user interface and performance"
0 commit comments