semverutil

package
v0.0.0-...-a462941 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SemverTagNames

func SemverTagNames(tagNames []string) []string

SemverTagNames gets the valid semver tag names from the list.

func SemverTagNamesAtLeast

func SemverTagNamesAtLeast(semverTagNames []string, minimumSemverTagName string, inclusive bool) []string

SemverTagNamesAtLeast gets the semver tag names that are at least the minimum tag name.

func SemverTagNamesExcept

func SemverTagNamesExcept(semverTagNames []string, skipTagNames map[string]struct{}) []string

SemverTagNamesExcept gets the semver tag names minus the skip tag names.

func SortSemverTagNames

func SortSemverTagNames(semverTagNames []string)

SortSemverTagNames sorts the semver tag names.

func StableSemverTagNames

func StableSemverTagNames(semverTagNames []string) []string

StableSemverTagNames gets the stable semver tag names from the list.

func ValidateSemverTagNames

func ValidateSemverTagNames(tagNames []string) error

ValidateSemverTagNames validates that all tag names in the list are valid semver tag names.

Types

This section is empty.

Jump to

Keyboard shortcuts

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