Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSkipPackage = fmt.Errorf("skip package")
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct { ModFilePath string // full path to go mod file LocalPath string // relative path to the monorepo root directory TagPrefix string // tag prefix for the package Import string // import path NeedsRelease bool LastRelease string NextRelease string Changelog *changelog.Changelog // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.