Class GitHubTagApi
Used to manage GitHub repo tags.
Namespace: Neon.Deployment
Assembly: Neon.Deployment.dll
Syntax
public class GitHubTagApi
Methods
List(string)
Lists the current tags for a GitHub repo.
Declaration
public IReadOnlyList<RepositoryTag> List(string repo)
Parameters
Type | Name | Description |
---|---|---|
string | repo | Identifies the target repo. |
Returns
Type | Description |
---|---|
IReadOnlyList<RepositoryTag> | The list of RepositoryTag instances. |