Skip to content

Commit

Permalink
doc: gitchangelog exclude 'feat'
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Jun 11, 2022
1 parent c9317a2 commit b6a658f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit b6a658f

Please sign in to comment.