Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LetItGoConfig ¶
type LetItGoConfig struct { Name string Description string // contains filtered or unexported fields }
LetItGoConfig is the base config.
func NewConfig ¶
func NewConfig(v string) LetItGoConfig
NewConfig creates a config with the version set.
func (*LetItGoConfig) Version ¶
func (lig *LetItGoConfig) Version() Version
Version returns the version.
type Version ¶
type Version struct {
// contains filtered or unexported fields
}
Version is an struct representing the version of the project you are releasing.
func (Version) PreRelease ¶
PreRelease returns the prerelease part of a semver version.
Click to show internal directories.
Click to hide internal directories.