 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct {
	// Tag is either the tag associated with a release or empty string
	Tag    string
	Commit string
	Assets []ReleaseAsset
}
    Release represents a generic artifact/package release tied to a VCS
type ReleaseAsset ¶
ReleaseAsset represents the name and URL of an asset associated with a release. This is usually things like packages as well as metadata documents.
type ReleaseAssetContent ¶
type WorkflowArtifactContent ¶ added in v0.5.0
type WorkflowRun ¶ added in v0.5.0
 Click to show internal directories. 
   Click to hide internal directories.