Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { ctx.Context Config config.Project Env map[string]string Git GitInfo Date time.Time Archive Archive SkipPublish bool OutputFormat string }
func NewWithTimeout ¶
type GitInfo ¶
type GitInfo struct { Branch string CurrentTag string Commit GitInfoCommit ShortCommit string FullCommit string }
type GitInfoCommit ¶
Click to show internal directories.
Click to hide internal directories.