diff --git a/cmd/git-chglog/variables.go b/cmd/git-chglog/variables.go index 79cfb4b3..92132c3f 100644 --- a/cmd/git-chglog/variables.go +++ b/cmd/git-chglog/variables.go @@ -55,7 +55,7 @@ func (f *CommitMessageFormat) PatternMapString() string { // Formats var ( fmtTypeScopeSubject = &CommitMessageFormat{ - Preview: "feat(core) Add new feature", + Preview: "feat(core): Add new feature", Display: "(): ", Pattern: `^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$`, PatternMaps: []string{"Type", "Scope", "Subject"},