jk1z / gitlab-release-note-generator

A Gitlab release note generator
MIT License
97 stars 37 forks source link

Add option to disable empty section #19

Open Vrtak-CZ opened 4 years ago

Vrtak-CZ commented 4 years ago

We are not using GitLab issues so on every release this generates empty Closed issues section. In this PR I introduce RENDER_EMPTY_SECTIONS env variable (default is set to true). This env variable is responsible for disabling generation empty sections (if is set to false).

GlennM commented 4 years ago

Think it would be good if you can add tests for the functionality as well?

Vrtak-CZ commented 4 years ago

test added

Vrtak-CZ commented 4 years ago

@jk1z is there anything more I can do?

IgorLesnevskiy commented 4 years ago

@jk1z our team is also interested in this PR, any news about possible date of merging?