Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindVersionSuffix ¶
FindVersionSuffix returns the version suffix or the empty string.
func HasVersionSuffix ¶
HasVersionSuffix returns true if the specified path has a version suffix in the form vN.
Types ¶
type Provider ¶
type Provider interface { DestDir() string NewExports() bool BreakingChanges() bool VersionSuffix() bool NewModule() bool GenerateReport() report.Package }
Provider provides information about a module staged for release.
func GetModuleInfo ¶
GetModuleInfo collects information about a module staged for release. baseline is the directory for the current module staged is the directory for the module staged for release
Click to show internal directories.
Click to hide internal directories.