Documentation ¶
Overview ¶
Package releaser is used for releasing to Github or Gitlab Releases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Provider Provider Token string Owner string Repo string // used for setting gitlab api url APIURL string // used by gitlab TagName string // used by Gitlab ProjectID int }
Options are used to initialize releaser
type Releaser ¶
type Releaser struct {
// contains filtered or unexported fields
}
Releaser holds all functionality related to releasing.
func CreateReleaser ¶
CreateReleaser initializes an instance of Releaser
Click to show internal directories.
Click to hide internal directories.