From 1baa2152990bfa712309755b15943b32dfb019cd Mon Sep 17 00:00:00 2001 From: a8trejo Date: Wed, 18 Dec 2024 15:32:51 -0800 Subject: [PATCH] Adding comment --- .changeset/changelog-config.js | 2 ++ 1 file changed, 2 insertions(+) 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')