internal

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FileChangelogMd = "CHANGELOG.md"
	FileProjectGo   = "pkg/project/project.go"
)

Variables

This section is empty.

Functions

func IsFileNotFound

func IsFileNotFound(err error) bool

IsFileNotFound asserts fileNotFoundError.

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

Types

type Modifier

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

func NewModifier

func NewModifier(config ModifierConfig) (*Modifier, error)

func (*Modifier) AddReleaseToChangelogMd

func (m *Modifier) AddReleaseToChangelogMd() error

func (*Modifier) UpdateVersionInProjectGo

func (m *Modifier) UpdateVersionInProjectGo() error

type ModifierConfig

type ModifierConfig struct {
	NewVersion string
	Repo       string
	WorkingDir string
}

Jump to

Keyboard shortcuts

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