GetGitHubLatestReleaseTag
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns latest tag(version) of specified github latest release repo.
Syntax
(tag:String) GetGitHubLatestReleaseTag GitHubRepoPath:string
Example
let my_string := GetGitHubLatestReleaseTag "Demorome/Showoff-NVSE"
Will return current "Showoff-NVSE" version(i.e."1.31").
Notes
- This function should be considered experimental;
- If there's internet access error or invalid GitHub repo path - function will return "ERROR" as a string result;