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 ¶
View Source
var ErrDirty = errors.New("git is currently in a dirty state, commit or stash your changes to continue")
ErrDirty happens when the repo has uncommitted/unstashed changes
View Source
var ErrWrongRef = errors.New("current tag ref is different from HEAD ref, checkout the latest tag to continue")
ErrWrongRef happens when the HEAD reference is different from the tag being built
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.