@@ -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')