Skip to content

Commit a396ff4

Browse files
authored
Update release-schedule.yml (#3345)
1 parent 1fc33cb commit a396ff4

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
@@ -107,7 +107,7 @@ jobs:
107107
'<!-- Provide updates for release activities, like cutting releases and different integration points -->',
108108
'',
109109
...eachDayOfInterval({ start, end }).map((day) => {
110-
return `- ${format(day, 'EEEE do')}`;
110+
return `- ${format(day, 'EEEE, LLLL do')}`;
111111
}),
112112
'',
113113
].join('\n');

0 commit comments

Comments
 (0)