1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 05:53:38 +03:00

style(readme): update README.md about the styling of footer field

This commit is contained in:
Orhun Parmaksız 2022-12-22 20:35:52 +03:00
parent 8f77caf86a
commit 47a7345167
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -766,7 +766,7 @@ For example:
When a conventional commit contains footers, the footers are passed to the template in a `footers` array in the commit object. Each footer is represented by an object with the following fields:
- `"token"`, the name of the footer (preceeding the separator character)
- `token`, the name of the footer (preceeding the separator character)
- `separator`, the footer's separator string (either `: ` or ` #`)
- `value`, the value following the separator character
- `breaking`, which is `true` if this is a `BREAKING CHANGE:` footer, and `false` otherwise