mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
feat: add twilight support to release notes and update related components
This commit is contained in:
parent
bf1d514141
commit
ec4ab1c93e
7 changed files with 451 additions and 203 deletions
|
@ -11,7 +11,7 @@ export type BreakingChange = string | { description: string; link: string };
|
|||
|
||||
export interface ReleaseNote {
|
||||
version: string;
|
||||
date: string;
|
||||
date?: string; // optional for twilight
|
||||
extra?: string;
|
||||
image?: boolean;
|
||||
fixes?: Fix[];
|
||||
|
@ -20,6 +20,7 @@ export interface ReleaseNote {
|
|||
themeChanges?: string[];
|
||||
inProgress?: boolean;
|
||||
workflowId?: number;
|
||||
isTwilight?: boolean;
|
||||
}
|
||||
|
||||
export const releaseNotes: ReleaseNote[] = releaseNotesStable.reverse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue