Skip to content

Commit

Permalink
Update release-schedule.yml (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jun 2, 2023
1 parent 1fc33cb commit a396ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
'<!-- Provide updates for release activities, like cutting releases and different integration points -->',
'',
...eachDayOfInterval({ start, end }).map((day) => {
return `- ${format(day, 'EEEE do')}`;
return `- ${format(day, 'EEEE, LLLL do')}`;
}),
'',
].join('\n');
Expand Down

0 comments on commit a396ff4

Please sign in to comment.