Skip to content

Commit

Permalink
[documentation]: Generate changelog for pre-rc.7
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Petrosyan <[email protected]>
  • Loading branch information
appetrosyan committed Aug 17, 2022
1 parent 4746454 commit a0322ab
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 466 deletions.
4 changes: 2 additions & 2 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ body_process = strip | ReSub(r'((^|\n)[A-Z]\w+(-\w+)*: .*(\n\s+.*)*)+$',
## be used in the changelog.
##
## Available constructs are those listed in ``body_process`` doc.
subject_process = (strip | ReSub(r'^\[.*\]', r'') | strip | ReSub(r'^\#((\d+)((, #)(\d+))*:)', r'\2')
subject_process = (strip | ReSub(r'^\[.*\]', r'') | strip | ReSub(r'^\#((\d+)((, #)(\d+))*:)', r'hyperledger#\2')
| ReSub(r'^: ', '')
| ReSub(r'\s\(#\d+\)', r'')
| SetIfEmpty("No commit message.") | ucfirst | final_dot)
| SetIfEmpty("No commit message.") | strip | final_dot)

## ``tag_filter_regexp`` is a regexp
##
Expand Down
Loading

0 comments on commit a0322ab

Please sign in to comment.