Documentation
¶
Index ¶
- func CommitFiles(files []string, description string) error
- func GetCommitHashForFile(filePath string) (string, error)
- func GetGitRepo() (*git.Repository, string, error)
- func IsGitNotInitializedError(err error) bool
- func LastCommitContainsChangelogEntry() (bool, error)
- func NewGitNotInitializedError() error
- func Tag(tag string) error
- type GitNotInitializedError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitFiles ¶
func GetCommitHashForFile ¶ added in v0.4.0
func GetGitRepo ¶ added in v0.4.0
func IsGitNotInitializedError ¶ added in v0.4.0
func LastCommitContainsChangelogEntry ¶ added in v0.4.0
func NewGitNotInitializedError ¶ added in v0.4.0
func NewGitNotInitializedError() error
Types ¶
type GitNotInitializedError ¶ added in v0.4.0
type GitNotInitializedError struct { }
func (*GitNotInitializedError) Error ¶ added in v0.4.0
func (e *GitNotInitializedError) Error() string
Click to show internal directories.
Click to hide internal directories.