paultyng / changelog-gen

Generate changelog copy from all PRs to a branch.
Mozilla Public License 2.0
5 stars 4 forks source link

Allow multiple blocks, and allow type in blocks. #6

Closed paddycarver closed 5 years ago

paddycarver commented 5 years ago

Add the ability to have multiple releasenote or release-note blocks within a single PR, each generating their own ReleaseNote struct.

Also, add a Type field to the ReleaseNote struct, and let blocks have a type embedded in them, like ```release-note:bug, which is then exposed to templates via the Type field.