We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b36ca7 commit 80ac8e8Copy full SHA for 80ac8e8
.changeset/changelog.js
@@ -22,7 +22,7 @@ const getReleaseLine = (changeset, _type) => {
22
const { commit, summary } = changeset;
23
const [firstLine, ...futureLines] = summary.split("\n").map((l) => l.trimRight());
24
25
- return `${firstLine} (${getGithubCommitWithLink(commit)})${
+ return `- ${firstLine} (${getGithubCommitWithLink(commit)})${
26
futureLines.length > 0 ? futureLines.map((l) => ` ${l}`).join("\n") : ""
27
}`;
28
};
0 commit comments