releaser

package
v0.0.0-...-a76b53e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Release

func Release(
	ctx context.Context,
	client *github.Client,
	config ReleaseConfig,
) error

Release creates a github release

Types

type Logger

type Logger interface {
	Println(...interface{})
}

Logger contains functions needed for logging

type ReleaseConfig

type ReleaseConfig struct {
	FileGlob   string
	Owner      string
	Repo       string
	TagName    string
	Name       string
	Body       string
	Draft      bool
	Prerelease bool

	Logger Logger
}

The ReleaseConfig is the configuration of a release and its uploads

func (*ReleaseConfig) String

func (c *ReleaseConfig) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL