Skip to content

Instantly share code, notes, and snippets.

@SimonLeeGit
Created May 16, 2021 03:53
Show Gist options
  • Save SimonLeeGit/fbfe5296c8f30d07770169522f9c58aa to your computer and use it in GitHub Desktop.
Save SimonLeeGit/fbfe5296c8f30d07770169522f9c58aa to your computer and use it in GitHub Desktop.
get github release info by api
curl --silent "https://api.github.com/repos/$1/releases/latest"
# Usage
# $ bash get_latest_release.sh "carla-simulator/carla"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment