Add user reference to PR template in changelog builder

This commit is contained in:
Spartan322
2025-08-07 09:28:30 -04:00
parent f9ce02dbf3
commit 5d834149f0

View File

@@ -102,7 +102,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}}", "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_pull_requests": 1000,
"max_back_track_time_days": 365 "max_back_track_time_days": 365
} }
@@ -204,7 +204,7 @@ jobs:
} }
], ],
"template": "## Since Redot #{{SINCE_VERSION}}\n\n#{{CHANGELOG}}\n**Full Changelog**: #{{RELEASE_DIFF}}", "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_pull_requests": 1000,
"max_back_track_time_days": 365 "max_back_track_time_days": 365
} }