Documentation
¶
Index ¶
- type Commit
- type Version
- type Walker
- func (w *Walker) GetLatestTag() (string, error)
- func (w *Walker) GetRepoInfo() (owner string, name string, err error)
- func (w *Walker) WalkCommitsSinceTag(tagName string) (*Version, error)
- func (w *Walker) WalkHistory() (map[string]*Version, error)
- func (w *Walker) WalkHistorySinceTag(sinceTag string) (map[string]*Version, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Walker ¶
type Walker struct {
// contains filtered or unexported fields
}
func (*Walker) GetLatestTag ¶
GetLatestTag returns the name of the most recent tag by committer date
func (*Walker) WalkCommitsSinceTag ¶
WalkCommitsSinceTag walks commits from the specified tag to HEAD and returns only "Unreleased" version
Click to show internal directories.
Click to hide internal directories.