Skip to content

Commit

Permalink
October2021 Edition & Changelog (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Oct 26, 2021
1 parent ffb1fcc commit de2a1ff
Show file tree
Hide file tree
Showing 3 changed files with 6,928 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -67,7 +67,7 @@ HTML="$HTML
</tr>"

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

0 comments on commit de2a1ff

Please sign in to comment.