Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BumpChoice ¶
BumpChoice represents a selection choice for version bumping
func PromptBumpType ¶
func PromptBumpType(currentVersion string, choices []BumpChoice) (*BumpChoice, error)
PromptBumpType shows an interactive selection for version bump type
type SelectionResult ¶
type SelectionResult struct {
Choice BumpChoice
Canceled bool
}
SelectionResult holds the result of a selection prompt
Click to show internal directories.
Click to hide internal directories.