Skip to content

Commit bbf7ba7

Browse files
committed
PR comments
1 parent 1baa215 commit bbf7ba7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.changeset/changelog-config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Doesn't fully work but '.github/scripts/overwrite_changeset_changelog.py' forces the changelog to be formatted in GHA
1+
// Half-works to simplify the format but needs 'overwrite_changeset_changelog.py' in GHA to finish formatting
22

33
const getReleaseLine = async (changeset) => {
44
const [firstLine] = changeset.summary
@@ -12,14 +12,9 @@ const getDependencyReleaseLine = async () => {
1212
return '';
1313
};
1414

15-
const getReleaseSummary = async (release) => {
16-
return `## [${release.newVersion}]\n\n`;
17-
};
18-
1915
const changelogFunctions = {
2016
getReleaseLine,
2117
getDependencyReleaseLine,
22-
getReleaseSummary,
2318
};
2419

2520
module.exports = changelogFunctions;

0 commit comments

Comments
 (0)