Skip to content

Commit 79dba49

Browse files
committed
Use h3 headings to match pre-existing changelogs
1 parent 99b9e0a commit 79dba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export function generateReleaseNotes(commits) {
171171
}
172172
const sb = [];
173173
function writeSection(category, title) {
174-
sb.push(`## ${title}\n\n`);
174+
sb.push(`### ${title}\n\n`);
175175
for (let { subject, hash, body } of category) {
176176
sb.push(`* **${subject}** (${hash})\n`);
177177
if (body.length) {

0 commit comments

Comments
 (0)