Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bump ¶
type Bump struct {
File string `yaml:"file"`
Regex string `yaml:"regex"`
Count int `yaml:"count"`
SemVer bool `yaml:"semver"`
}
Bump defines configuration for bumping individual files based on the new calculated semantic version number
type Changelog ¶ added in v1.11.0
type Changelog struct {
Exclude []string `yaml:"exclude"`
}
Changelog defines configuration for generating a changelog of the latest semantic version based release
type CommitAuthor ¶ added in v0.4.0
CommitAuthor defines configuration about the author of a git commit
type Uplift ¶
type Uplift struct {
FirstVersion string `yaml:"firstVersion"`
Bumps []Bump `yaml:"bumps"`
CommitMessage string `yaml:"commitMessage"`
CommitAuthor CommitAuthor `yaml:"commitAuthor"`
AnnotatedTags bool `yaml:"annotatedTags"`
Changelog Changelog `yaml:"changelog"`
}
Uplift defines the root configuration of the application
Click to show internal directories.
Click to hide internal directories.