jk1z / gitlab-release-note-generator

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

Ability to Label deployed issues #14

Open DovetailJohn opened 4 years ago

DovetailJohn commented 4 years ago

I would like to be able to add a new label to issues that are added to release notes, ie 'Deployed'

The easiest place would be in issue.js searchIssuesByProjectIdStateStartDateAndEndDate but that seems to be outside the scope of that function.

I'll be glad to submit a PR if you can give me some direction on how you would like it done.

GlennM commented 4 years ago

I'm not sure whether this would add some value. If i'm understanding correctly, this generator already adds issues that are merged or closed for a specific timespan (release).

Would adding another label to indicate it has been added to the release notes not cause mental noise instead?