mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Add user reference to PR template in changelog builder
This commit is contained in:
4
.github/workflows/changelog_builder.yml
vendored
4
.github/workflows/changelog_builder.yml
vendored
@@ -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}}",
|
||||
"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
|
||||
}
|
||||
@@ -204,7 +204,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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user