mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
PR comments
This commit is contained in:
@@ -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 getReleaseLine = async (changeset) => {
|
||||||
const [firstLine] = changeset.summary
|
const [firstLine] = changeset.summary
|
||||||
@@ -12,14 +12,9 @@ const getDependencyReleaseLine = async () => {
|
|||||||
return '';
|
return '';
|
||||||
};
|
};
|
||||||
|
|
||||||
const getReleaseSummary = async (release) => {
|
|
||||||
return `## [${release.newVersion}]\n\n`;
|
|
||||||
};
|
|
||||||
|
|
||||||
const changelogFunctions = {
|
const changelogFunctions = {
|
||||||
getReleaseLine,
|
getReleaseLine,
|
||||||
getDependencyReleaseLine,
|
getDependencyReleaseLine,
|
||||||
getReleaseSummary,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = changelogFunctions;
|
module.exports = changelogFunctions;
|
||||||
Reference in New Issue
Block a user