mirror of
https://github.com/unraid/webgui.git
synced 2025-12-26 20:21:38 -06:00
Fix: Changelogs weren't getting the attributes
This commit is contained in:
3
.github/scripts/generate-pr-plugin.sh
vendored
3
.github/scripts/generate-pr-plugin.sh
vendored
@@ -53,14 +53,11 @@ cat > "$PLUGIN_NAME" << 'EOF'
|
||||
icon="wrench"
|
||||
support="&github;/pull/≺">
|
||||
|
||||
<!-- 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 #≺ (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 -->
|
||||
|
||||
Reference in New Issue
Block a user