Documentation ¶
Overview ¶
Package source provides pipes to take care of validating the current git repo state. For the releasing process we need the files of the tag we are releasing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrDirty ¶
type ErrDirty struct {
// contains filtered or unexported fields
}
ErrDirty happens when the repo has uncommitted/unstashed changes
type ErrWrongRef ¶
type ErrWrongRef struct {
// contains filtered or unexported fields
}
ErrWrongRef happens when the HEAD reference is different from the tag being built
func (ErrWrongRef) Error ¶ added in v0.7.2
func (e ErrWrongRef) Error() string
Click to show internal directories.
Click to hide internal directories.