diff --git a/.changeset/changelog-config.js b/.changeset/changelog-config.js index 28f6d25..a13290e 100644 --- a/.changeset/changelog-config.js +++ b/.changeset/changelog-config.js @@ -1,3 +1,5 @@ +// Doesn't fully work but '.github/scripts/overwrite_changeset_changelog.py' forces the changelog to be formatted in GHA + const getReleaseLine = async (changeset) => { const [firstLine] = changeset.summary .split('\n')