package
0.1.9
Repository: https://github.com/vinnieapps/cicd-toolbox.git
Documentation: pkg.go.dev

# Functions

Client get or create the GitHub client.
CreateReference creates a reference in GitHub.
CreateRelease creates a release for the repository as specified.
ListTags lists all tags for a specified repository.
TagName returns the tag name if the reference is a tag, otherwise, returns empty.
ToOwnerRepo transforms a GitHub slug into owner and repo strings "VinnieApps/cicd-toolbox" -> "VinnieApps", "cicd-toolbox".
UploadAssetsToRelease uploads the specified assets to the specified release in the specified repository.

# Constants

ReferenceTagPrefix References that have this prefix are tags.

# Variables

GitHubToken stores the token to be used to authenticate with GitHub.