Documentation
¶
Index ¶
Constants ¶
View Source
const SupportedKeys = "ci|refactor|docs|fix|feat|test|chore|other"
SupportedKeys - keys that are supported by the package
Variables ¶
This section is empty.
Functions ¶
func GetCommitFromString ¶
GetCommitFromString - get commit from hash string
func GetLatestTagFromRepository ¶
func GetLatestTagFromRepository(repository *git.Repository) (*plumbing.Reference, *plumbing.Reference, error)
GetLatestTagFromRepository - Get the latest Tag reference from the repo
func OpenRepository ¶ added in v0.0.9
func OpenRepository(path string) *git.Repository
OpenRepository - open the git repository and return repository reference
Types ¶
type ErrMessage ¶
ErrMessage - simple interface around error with a custom message
Click to show internal directories.
Click to hide internal directories.