Skip to content

Commit 7aaa390

Browse files
committed
chore(scripts): fix local in generate-changelog script
1 parent 5ff2aaa commit 7aaa390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate-changelog.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ for (const file of files) {
3434
day: 'numeric',
3535
month: 'long',
3636
year: 'numeric',
37+
calendar: 'gregory',
3738
}),
3839
href: `https://the-guild.dev/graphql/hive/product-updates/${pathname}`,
3940
title: data.title,

0 commit comments

Comments
 (0)