From bbf7ba7995fbd76d95f2f1b9672a9fa1ca240aeb Mon Sep 17 00:00:00 2001 From: a8trejo Date: Fri, 20 Dec 2024 10:30:43 -0800 Subject: [PATCH] PR comments --- .changeset/changelog-config.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.changeset/changelog-config.js b/.changeset/changelog-config.js index a13290e..125e11c 100644 --- a/.changeset/changelog-config.js +++ b/.changeset/changelog-config.js @@ -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; \ No newline at end of file