Fix: Changelogs weren't getting the attributes

This commit is contained in:
Squidly271
2025-09-27 14:58:02 -04:00
committed by GitHub
parent fcc3704503
commit 5edcf161cd

View File

@@ -53,14 +53,11 @@ cat > "$PLUGIN_NAME" << 'EOF'
icon="wrench"
support="&github;/pull/&pr;">
<!-- Put the change log within CDATA to handle circumstance if a character which needs to be escaped for xml somehow is added to the changelog -->
<CHANGES>
<![CDATA[
##&version;
- Test build for PR #&pr; (commit &commit;)
- This plugin installs modified files from the PR for testing
- Original files are backed up and restored upon removal
]]>
</CHANGES>
<!-- FILE sections run in the listed order - Check if this is an update prior to installing -->