Skip to content

Commit de2a1ff

Browse files
committed
October2021 Edition & Changelog (#897)
1 parent ffb1fcc commit de2a1ff

File tree

3 files changed

+6928
-2
lines changed

3 files changed

+6928
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ HTML="$HTML
6767
</tr>"
6868

6969
GITHUB_RELEASES="https://github.com/graphql/graphql-spec/releases/tag"
70-
for GITTAG in $(git tag -l --sort='-*committerdate') ; do
70+
for GITTAG in $(git tag -l --sort=-creatordate) ; do
7171
VERSIONYEAR=${GITTAG: -4}
7272
TAGTITLE="${GITTAG%$VERSIONYEAR} $VERSIONYEAR"
7373
TAGGEDCOMMIT=$(git rev-list -1 "$GITTAG")

0 commit comments

Comments
 (0)