MarkdownRendererInterface

Interface

Renders managed changelog domain objects into markdown.

Table of Contents

Methods

render()

Renders the full changelog markdown content.

 : string
renderReleaseBody()

Renders only the body content of one released version.

 : string
Methods