Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOpts ¶
type CreateOpts struct {
Name string
Ref string
TagName string
TagMessage string
Notes string
NotesFile string
ExperimentalNotesTextOrFile string
Milestone []string
AssetLinksAsJson string
ReleasedAt string
RepoOverride string
PublishToCatalog bool
NoUpdate bool
NoCloseMilestone bool
NoteProvided bool
ReleaseNotesAction string
AssetLinks []*upload.ReleaseAsset
AssetFiles []*upload.ReleaseFile
IO *iostreams.IOStreams
HTTPClient func() (*gitlab.Client, error)
BaseRepo func() (glrepo.Interface, error)
Config func() (config.Config, error)
}
Click to show internal directories.
Click to hide internal directories.