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.",
|
"Removed support window's stub installer, it's under development.",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
];
|
].reverse();
|
||||||
|
|
||||||
export function releaseNoteIsAlpha(note: ReleaseNote) {
|
export function releaseNoteIsAlpha(note: ReleaseNote) {
|
||||||
return note.version.includes("-a.");
|
return note.version.includes("-a.");
|
||||||
|
|||||||
Reference in New Issue
Block a user