refactor: Reverse the order of release notes in releaseNotes array
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user