Add user reference to PR template in changelog builder

(cherry picked from commit 5d834149f0)
This commit is contained in:
Spartan322
2025-08-07 09:28:30 -04:00
parent 51b9411254
commit 1091230209

View File

@@ -100,7 +100,7 @@ jobs:
}
],
"template": "## Release Notes for Redot #{{RELEASE_VERSION}}\nWe're excited to announce the release of our latest version, featuring a host of enhancements and fixes. Here's what's new:\n\n#{{CHANGELOG}}\n**Full Changelog**: #{{RELEASE_DIFF}}",
"pr_template": "* #{{SIMPLIFIED_TITLE}} by #{{AUTHOR}} in #{{URL}}",
"pr_template": "* #{{SIMPLIFIED_TITLE}} by @#{{AUTHOR}} in #{{URL}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 365
}
@@ -202,7 +202,7 @@ jobs:
}
],
"template": "## Since Redot #{{SINCE_VERSION}}\n\n#{{CHANGELOG}}\n**Full Changelog**: #{{RELEASE_DIFF}}",
"pr_template": "* #{{SIMPLIFIED_TITLE}} by #{{AUTHOR}} in #{{URL}}",
"pr_template": "* #{{SIMPLIFIED_TITLE}} by @#{{AUTHOR}} in #{{URL}}",
"max_pull_requests": 1000,
"max_back_track_time_days": 365
}