Thanks to visit codestin.com Credit goes to github.com
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 ffb1fcc commit de2a1ffCopy full SHA for de2a1ff
build.sh
@@ -67,7 +67,7 @@ HTML="$HTML
67
</tr>"
68
69
GITHUB_RELEASES="https://github.com/graphql/graphql-spec/releases/tag"
70
-for GITTAG in $(git tag -l --sort='-*committerdate') ; do
+for GITTAG in $(git tag -l --sort=-creatordate) ; do
71
VERSIONYEAR=${GITTAG: -4}
72
TAGTITLE="${GITTAG%$VERSIONYEAR} $VERSIONYEAR"
73
TAGGEDCOMMIT=$(git rev-list -1 "$GITTAG")
0 commit comments