We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc287fb commit b8d8ab7Copy full SHA for b8d8ab7
docs/customization.md
@@ -507,6 +507,7 @@ Each `Change` has the following fields:
507
| scope | `str | None` | An optional scope |
508
| message | `str` | The commit message body |
509
| sha1 | `str` | The commit `sha1` |
510
+| parents | `list[str]` | The parent commit(s) `sha1`(s) |
511
| author | `str` | The commit author name |
512
| author_email | `str` | The commit author email |
513
0 commit comments