mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-22 18:06:11 +00:00
fix: add CommitGroupTitleOrder back to Options (#143)
This was, accidentally, removed in part of one PR a while back and caused the Custom sort to not work properly. Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
parent
57aad771c8
commit
bfac4702a7
1 changed files with 1 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ func (config *Config) Convert(ctx *CLIContext) *chglog.Config {
|
|||
CommitGroupBy: opts.CommitGroups.GroupBy,
|
||||
CommitGroupSortBy: opts.CommitGroups.SortBy,
|
||||
CommitGroupTitleMaps: opts.CommitGroups.TitleMaps,
|
||||
CommitGroupTitleOrder: opts.CommitGroups.TitleOrder,
|
||||
HeaderPattern: opts.Header.Pattern,
|
||||
HeaderPatternMaps: opts.Header.PatternMaps,
|
||||
IssuePrefix: opts.Issues.Prefix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue