Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildConventionalCommitMsg ¶
func BuildConventionalCommitMsg(cci ConventionalCommitsInformation, pair []input.TeamMember, summary string, explanation string) string
BuildConventionalCommitMsg returns a string which is the whole commit message. Parameters are all previously asked for information like pair, Scope, summary and explanation.
func BuildStoryStyleCommitMsg ¶
func BuildStoryStyleCommitMsg(cci JIRAStoryInformation, pair []input.TeamMember, summary string, explanation string) string
BuildStoryStyleCommitMsg returns a string which is the whole commit message. Parameters are all previously asked for information like pair, Scope, summary and explanation.
Types ¶
type ConventionalCommitsInformation ¶
type ConventionalCommitsInformation struct { Scope string // contains filtered or unexported fields }
func GatherConventionalCommitInformation ¶
func GatherConventionalCommitInformation(state input.State) ConventionalCommitsInformation
type JIRAStoryInformation ¶
type JIRAStoryInformation struct {
Story string
}
func GatherStoryStyleInformation ¶
func GatherStoryStyleInformation(state input.State) JIRAStoryInformation
Click to show internal directories.
Click to hide internal directories.