workflow

package
v0.0.0-...-f2414ce Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: ISC Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitBranch

type GitBranch struct {
	*github.Branch
	// contains filtered or unexported fields
}

func (*GitBranch) CatFile

func (b *GitBranch) CatFile(ctx context.Context, path string) ([]byte, error)

func (*GitBranch) GitAdd

func (b *GitBranch) GitAdd(path string, content []byte)

func (*GitBranch) GitCommit

func (b *GitBranch) GitCommit(ctx context.Context, message string) error

type Options

type Options struct {
	Owner       string
	Repo        string
	Branch      string
	AccessToken string
	GitDir      string
	DryRun      bool
}

type Releaser

type Releaser struct {
	// contains filtered or unexported fields
}

func New

func New(_ context.Context, opts Options) *Releaser

func (Releaser) GitCheckout

func (r Releaser) GitCheckout(ctx context.Context, branchName string) (*GitBranch, error)

func (Releaser) Run

func (r Releaser) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

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