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 d50810a commit 9c91af6Copy full SHA for 9c91af6
scripts/templates/changelog.ejs
@@ -77,7 +77,7 @@
77
continue;
78
}
79
80
- scopeCommits.sort((a, b) => a.type - b.type);
+ scopeCommits.sort((a,b) => a.type > b.type ? 1 : -1);
81
%>
82
<tr><td colspan=3><h3><%
83
if (scope) {
0 commit comments