Versions in this module Expand all Collapse all v0 v0.0.2 Dec 21, 2023 v0.0.1 Nov 21, 2023 Changes in this version + func PromptError(err error) + type BumpAction interface + Bump func() error + type BumperRepo struct + func (r *BumperRepo) Commit() error + func (r *BumperRepo) GetLastCommitShortHash() (string, error) + func (r *BumperRepo) IsOwnCommit() bool + type Plugin struct + func (p *Plugin) CobraAddCommands(rootCmd *cobra.Command) error + func (p *Plugin) OnAppInit(app launchr.App) error + func (p *Plugin) PluginInfo() launchr.PluginInfo + type Resource struct + func (r *Resource) GetName() string + func (r *Resource) GetVersion() (string, error) + func (r *Resource) UpdateVersion(version string) bool