Format templating - laedit/SemanticReleaseNotesParser GitHub Wiki
It is possible to override the default formating by creating a liquid template and use the --template parameter to indicate the path of the template.
The available variables are the following:
release_notes: contains the release notes objectlcb: contains the value{, useful to print the category of a semantic release note itemrcb: contains the value}, useful to print the category of a semantic release note itemcategories: contains the list of all categories of the release notesitems_without_categories: all items without a category
You can see examples of liquid template here and here.
Actually only the templates which render markdown are supported.