release

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAndPushTag

func CreateAndPushTag(tag string) error

Types

type BumpType

type BumpType int
const (
	BumpMajor BumpType = iota
	BumpMinor
	BumpPatch
)

func (BumpType) String

func (b BumpType) String() string

type Version

type Version struct {
	Major int
	Minor int
	Patch int
}

func Bump

func Bump(v Version, bump BumpType) Version

func FetchLatestTag

func FetchLatestTag() (Version, error)

func ParseVersion

func ParseVersion(tag string) (Version, error)

func (Version) String

func (v Version) String() string

Jump to

Keyboard shortcuts

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