Versions in this module Expand all Collapse all v0 v0.0.2 Jul 18, 2022 v0.0.1 Jul 18, 2022 Changes in this version + var CommitTemplate = ... + func GenerateCommitMessage(data CommitRenderData) string + func GetCommitTypeByDisplayName(displayName string) string + func GetCommitTypePromptValues() []string + func ProcessString(str string, vars interface{}) string + type CommitRenderData struct + CommitContent []string + CommitDate string + CommitJiraEnable bool + CommitJiraId string + CommitScope string + CommitSubject string + CommitType string + type CommitType struct + DisplayName string + Value string