config

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	InitConfig() error
	RefreshConfig()
	GetConfig() (*config.Options, error)
}

Config interface describes the config initialization.

type Options

type Options struct {
	BaseBranch      string
	Branches        []string
	ReleaseBranches []string
	AccToken        string

	ReleaseBodyBranches map[string]string
	ReleaseBodyPrefix   string
	ReleaseBodyFind     string
	ReleaseBodyReplace  string

	GenericRemote string

	Organization string
	RepoName     string
}

Options include the base configuration for creating draft, releasing deployments, statusing etc.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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