Browse Source

Adding comment

a8trejo 1 year ago
parent
commit
1baa215299
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .changeset/changelog-config.js

+ 2 - 0
.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')