release

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Input

type Input struct {
	Repository              git.RepositoryID
	TagName                 git.TagName
	TargetBranchOrCommitSHA string // optional
	Paths                   []string
	DryRun                  bool
}

type Interface

type Interface interface {
	Do(ctx context.Context, in Input) error
}

type Release

type Release struct {
	FileSystem fs.Interface
	Logger     logger.Interface
	GitHub     github.Interface
}

Release create a release with the files to the tag in the repository.

func (*Release) Do

func (u *Release) Do(ctx context.Context, in Input) error

Directories

Path Synopsis
Package mock_release is a generated GoMock package.
Package mock_release is a generated GoMock package.

Jump to

Keyboard shortcuts

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