refactor: Reverse the order of release notes in releaseNotes array

This commit is contained in:
Mauro Balades 2024-07-12 23:47:30 +02:00
parent fe8266bf5d
commit 8f04f49687

View file

@ -68,7 +68,7 @@ export const releaseNotes: ReleaseNote[] = [
"Removed support window's stub installer, it's under development.",
]
},
];
].reverse();
export function releaseNoteIsAlpha(note: ReleaseNote) {
return note.version.includes("-a.");