getNewestVersion

open fun getNewestVersion(ghRepo: String): String

Get the newest release version of an GitHub repo.

Return

The tag name representing the version.

Parameters

ghRepo

The repo path. Something like 'scolastico-dev/s.Tools'.

Throws

If the connection was not successful.