Skip to content

Commit d64dbcb

Browse files
committed
feat(changelog): expose commit parents' digests when processing commits
1 parent 84d0fb5 commit d64dbcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitizen/changelog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def process_commit_message(
172172
):
173173
message: dict = {
174174
"sha1": commit.rev,
175+
"parents": commit.parents,
175176
"author": commit.author,
176177
"author_email": commit.author_email,
177178
**parsed.groupdict(),

0 commit comments

Comments
 (0)