Skip to content

Instantly share code, notes, and snippets.

@slitayem
Created October 2, 2020 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slitayem/aefd9ae478b6162de7debc236f5c9d3b to your computer and use it in GitHub Desktop.
Save slitayem/aefd9ae478b6162de7debc236f5c9d3b to your computer and use it in GitHub Desktop.
Get Last package relase version from girhub
lastversion() {
basename $(curl -Ls -o /dev/null -w %{url_effective} https://github.com/$1/releases/latest)
}
lastversion $1
# usage e.g. ./last_release_version.sh tensorflow/tensorflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment