package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jun 25, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bump struct {
File string `yaml:"file"`
Regex string `yaml:"regex"`
Count int `yaml:"count"`
SemVer bool `yaml:"semver"`
}
Bump defines configuration for bumping indvidual files based
on the new calculated semantic version number
type Uplift struct {
FirstVersion string `yaml:"firstVersion"`
Bumps []Bump `yaml:"bumps"`
}
Uplift defines the root configuration of the application
Load the YAML config file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.