footers property

List<String> footers
final

Footers other than BREAKING CHANGE:

A footer’s token MUST use "-" in place of whitespace characters, e.g., Acked-by (this helps differentiate the footer section from a multi-paragraph body). An exception is made for BREAKING CHANGE, which MAY also be used as a token.

Implementation

final List<String> footers;