Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cmd is the tag command for the CLI. Cmd = &cobra.Command{ Use: "tag", Short: "determine the base version from the tags", Long: "Determine the base version from the tags and compute the patch level from the number of commits since that tag.", RunE: func(command *cobra.Command, args []string) (err error) { err = root.Repo(&version.Tag{}) return }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.