Documentation ¶ Index ¶ func MakePR(s string, n uint64) []semver.PRVersion func WithPR(v version.Semantic, pr string, pn uint64) version.Semantic func WithoutPR(v version.Semantic) version.Semantic type Action func CollectActions(v version.Semantic) []Action Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MakePR ¶ func MakePR(s string, n uint64) []semver.PRVersion func WithPR ¶ func WithPR(v version.Semantic, pr string, pn uint64) version.Semantic func WithoutPR ¶ func WithoutPR(v version.Semantic) version.Semantic Types ¶ type Action ¶ type Action struct { Desc string Ver semver.Version ShowPRChoice bool } func CollectActions ¶ func CollectActions(v version.Semantic) []Action Source Files ¶ View all Source files semver.go Click to show internal directories. Click to hide internal directories.