Skip to content

Commit a155b3d

Browse files
authored
Update release-schedule.yml
1 parent 1665a1b commit a155b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
'<!-- Provide updates for release activities, like cutting releases and different integration points -->',
106106
'',
107107
...eachDayOfInterval({ start, end }).map((day) => {
108-
return `- ${format(day, 'EEEE do')}`;
108+
return `- ${format(day, 'EEEE, LLLL do')}`;
109109
}),
110110
'',
111111
].join('\n');

0 commit comments

Comments
 (0)