diff --git a/.gitchangelog.rc b/.gitchangelog.rc index 82d5161..b50ab2c 100644 --- a/.gitchangelog.rc +++ b/.gitchangelog.rc @@ -145,6 +145,8 @@ body_process = ReSub(r'((^|\n)[A-Z]\w+(-\w+)*: .*(\n\s+.*)*)+$', r'') | strip subject_process = (strip | ReSub(r'^([Ff]ix|[Ff]eat|[Bb]uild|[Dd]oc)(\((\w*)\))?:(.*)', r'\1/\3:\4') | ReSub(r'\/:', r':') | + ReSub(r'[Ff]eat\/', r'') | + ReSub(r'[Ff]eat: ', r'') | SetIfEmpty("No commit message.") | final_dot)