mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-07-28 21:40:15 +00:00
feat: Add preview to the commit message format of --init option
This commit is contained in:
parent
aa5cf0913d
commit
a7d86469b9
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ var (
|
|||
styleNone,
|
||||
}
|
||||
|
||||
fmtTypeScopeSubject = "<type>(<scope>): <subject>"
|
||||
fmtTypeSubject = "<type>: <subject>"
|
||||
fmtSubject = "<subject>"
|
||||
fmtTypeScopeSubject = "<type>(<scope>): <subject> -- feat(core) Add new feature"
|
||||
fmtTypeSubject = "<type>: <subject> -- feat: Add new feature"
|
||||
fmtSubject = "<subject> -- Add new feature"
|
||||
commitMessageFormats = []string{
|
||||
fmtTypeScopeSubject,
|
||||
fmtTypeSubject,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue