GetGitHubLatestReleaseTag

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns latest tag(version) of specified github latest release repo.

Syntax

[help]
(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;

See Also