Skip to content

Instantly share code, notes, and snippets.

@kunicmarko20
Created August 24, 2018 06:26
Show Gist options
  • Save kunicmarko20/a2540a6000e518df79429ad0d9e32fee to your computer and use it in GitHub Desktop.
Save kunicmarko20/a2540a6000e518df79429ad0d9e32fee to your computer and use it in GitHub Desktop.
Find latests release tag in github
curl --silent "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/releases/latest" | grep "tag_name" | grep -o -E '[0-9\.]+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment