Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListNewTrunkCommits ¶
ListNewTrunkCommits returns the list of commits that are new since the last release. By the last release we mean the last release being tested, staged or released.
func ListStoryIdsToBeAssigned ¶ added in v0.5.4
func ListStoryIdsToBeAssigned(tracker common.IssueTracker) ([]string, error)
ListStoryIdsToBeAssigned lists the story IDs that are associated with the commits that modified trunk since the last release, i.e. with the commits as returned by ListNewTrunkCommits.
Only the story IDs matching the issue tracker that is passed in are returned.
func ListTags ¶
ListTags returns the list of all release tags, sorted by the versions they represent.
func StoryChangesToCherryPick ¶
func StoryChangesToCherryPick( groups []*changes.StoryChangeGroup, ) ([]*changes.StoryChangeGroup, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.