We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff2aaa commit 7aaa390Copy full SHA for 7aaa390
scripts/generate-changelog.js
@@ -34,6 +34,7 @@ for (const file of files) {
34
day: 'numeric',
35
month: 'long',
36
year: 'numeric',
37
+ calendar: 'gregory',
38
}),
39
href: `https://the-guild.dev/graphql/hive/product-updates/${pathname}`,
40
title: data.title,
0 commit comments