semvertype

package
v2.2.3 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AugmentedSemver

type AugmentedSemver struct {
	Options OptionsSemVer
	Alpha   int
	Beta    int
	Rc      int
}

type OptionsSemVer

type OptionsSemVer struct {
	DisableVFlag  bool
	EnableNewline bool
	Build         string
	Alpha         bool
	Beta          bool
	Rc            bool
	Publish       bool
}

type SemVer

type SemVer struct {
	AugmentedSemver
	// Official SemVer
	Major      int
	Minor      int
	Patch      int
	Prerelease string
	Build      string
}

func (SemVer) ToString

func (s SemVer) ToString() types.TagName

Jump to

Keyboard shortcuts

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