Skip to content

Commit 00c4e7b

Browse files
committed
Added breaking change parsing
1 parent 5a621c3 commit 00c4e7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.changelog-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ summary_pipeline:
3434

3535
# Process the commit's body for use in the changelog.
3636
body_pipeline:
37+
- action: ParseBreakingChangeFooter
38+
comment: Check for breaking changes.
39+
kwargs:
40+
commit_metadata: save_commit_metadata
3741
- action: ParseTrailers
3842
comment: Parse the trailers into metadata.
3943
kwargs:

0 commit comments

Comments
 (0)