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