Skip to content

Commit b8d8ab7

Browse files
committed
docs(customization): add "parents" to the list of fields in Changes
1 parent fc287fb commit b8d8ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/customization.md

+1
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ Each `Change` has the following fields:
507507
| scope | `str | None` | An optional scope |
508508
| message | `str` | The commit message body |
509509
| sha1 | `str` | The commit `sha1` |
510+
| parents | `list[str]` | The parent commit(s) `sha1`(s) |
510511
| author | `str` | The commit author name |
511512
| author_email | `str` | The commit author email |
512513

0 commit comments

Comments
 (0)