We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b9e0a commit 79dba49Copy full SHA for 79dba49
1 file changed
index.js
@@ -171,7 +171,7 @@ export function generateReleaseNotes(commits) {
171
}
172
const sb = [];
173
function writeSection(category, title) {
174
- sb.push(`## ${title}\n\n`);
+ sb.push(`### ${title}\n\n`);
175
for (let { subject, hash, body } of category) {
176
sb.push(`* **${subject}** (${hash})\n`);
177
if (body.length) {
0 commit comments