We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3adc6 commit f22b631Copy full SHA for f22b631
1 file changed
script/graphql/utils/process-upcoming-changes.js
@@ -11,5 +11,5 @@ module.exports = async function processUpcomingChanges (upcomingChangesYml) {
11
change.description = await renderContent(change.description)
12
}
13
14
- return groupBy(upcomingChanges, 'date')
+ return groupBy(upcomingChanges.reverse(), 'date')
15
0 commit comments