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 3ce414c commit 62499f5Copy full SHA for 62499f5
.github/scripts/last-released-version.sh
@@ -1 +1 @@
1
-git tag --sort=committerdate | grep -E "^[0-9]+\.[0-9]+\.[0-9]$" | tail -n 1
+git tag --sort=taggerdate | grep -E "^[0-9]+\.[0-9]+\.[0-9]$" | tail -n 1
0 commit comments