runner

package
v0.2.30 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2026 License: BSD-2-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DetermineBump added in v0.2.30

func DetermineBump(title string) git.VersionBump

DetermineBump determines the version bump type based on the title. Returns MinorBump for new features, PatchBump for everything else.

Types

type Runner

type Runner interface {
	Run(ctx context.Context) error
}

Runner orchestrates the main processing loop.

func NewRunner

func NewRunner(
	promptsDir string,
	exec executor.Executor,
	promptManager prompt.Manager,
	releaser git.Releaser,
) Runner

NewRunner creates a new Runner.

Jump to

Keyboard shortcuts

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