Documentation
¶
Overview ¶
Package versions contains functions to parse and sort Bazel version identifier.
Index ¶
Constants ¶
View Source
const (
// BazelUpstream contains the name of the official Bazel GitHub organization.
BazelUpstream = "bazelbuild"
)
Variables ¶
This section is empty.
Functions ¶
func GetInAscendingOrder ¶
GetInAscendingOrder returns the given versions sorted in ascending order.
func IsCommit ¶ added in v1.14.1
IsCommit returns whether the given version refers to a commit, including last_green.
func MatchCommitPattern ¶ added in v1.22.0
MatchCommitPattern returns whether the given version refers to a commit, not including last_green.
Types ¶
Click to show internal directories.
Click to hide internal directories.