mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
PR comments
This commit is contained in:
parent
1baa215299
commit
bbf7ba7995
1 changed files with 1 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Doesn't fully work but '.github/scripts/overwrite_changeset_changelog.py' forces the changelog to be formatted in GHA
|
||||
// Half-works to simplify the format but needs 'overwrite_changeset_changelog.py' in GHA to finish formatting
|
||||
|
||||
const getReleaseLine = async (changeset) => {
|
||||
const [firstLine] = changeset.summary
|
||||
|
|
@ -12,14 +12,9 @@ const getDependencyReleaseLine = async () => {
|
|||
return '';
|
||||
};
|
||||
|
||||
const getReleaseSummary = async (release) => {
|
||||
return `## [${release.newVersion}]\n\n`;
|
||||
};
|
||||
|
||||
const changelogFunctions = {
|
||||
getReleaseLine,
|
||||
getDependencyReleaseLine,
|
||||
getReleaseSummary,
|
||||
};
|
||||
|
||||
module.exports = changelogFunctions;
|
||||
Loading…
Add table
Reference in a new issue