Skip to content

Instantly share code, notes, and snippets.

@holly
Created August 27, 2022 16:15
Show Gist options
  • Save holly/98b6ec63db3feab0fa939ce40f297c62 to your computer and use it in GitHub Desktop.
Save holly/98b6ec63db3feab0fa939ce40f297c62 to your computer and use it in GitHub Desktop.
curl -sfL https://api.github.com/repos/vercel/next.js/git/refs/tags/ | jq -r ".[].ref" | perl -nle "s/^refs\/tags\/// && print if /^refs\/tags\/(v\d{1,2}\.\d{1,2}\.\d{1,2})$/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment