Skip to content

Commit 3c615b3

Browse files
author
Matthew Fisher
committed
style(contrib): make changelog consistent
The precedent is to generate the header of each version in CHANGELOG.md as a h3 header. This bumps the header generation down to that level for consistency.
1 parent 166282a commit 3c615b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/util/generate-changelog.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ retrieve() {
99
}
1010

1111
subheading() {
12-
echo "## $1\n"
12+
echo "#### $1\n"
1313
retrieve "$2"
1414
echo
1515
}
@@ -23,7 +23,7 @@ then
2323
exit 1
2424
fi
2525

26-
echo "# $FROM -> $TO\n"
26+
echo "### $FROM -> $TO\n"
2727

2828
subheading "Features" "feat("
2929
subheading "Fixes" "fix("

0 commit comments

Comments
 (0)