GitTools/GitReleaseManager

Make default configuration consistent

Closed this issue ยท 5 comments

gep13 commented

The default configuration, for which labels are created by default, and which ones are included/excluded by default, should be consistent.

This was brought up as a result of the work that was done in #188.

The issues to include by default, should be updated to match what labels are created by default.

gep13 commented

@akordowski did you fancy tackling this one as well? If so, happy to assign this to you.

@gep13 Yes, sure! But I'm not sure which changes you have in mind. Can you give me a hint?

gep13 commented

I am suggesting that we modify the following:

image

To match the list of labels that are created by GRM. i.e. it would be the following:

            IssueLabelsInclude = new List<string>
                                    {
                                        "Breaking Change",
                                        "Bug",
                                        "Documentation",
                                        "Feature",
                                        "Good First Issue",
                                        "Help Wanted",
                                        "Improvement",
                                        "Question"
                                    };

            IssueLabelsExclude = new List<string>
                                    {
                                        "Build",
                                    };

@gep13 I understand. Thanks!

๐ŸŽ‰ This issue has been resolved in version 0.12.0 ๐ŸŽ‰

The release is available on:

Your GitReleaseManager bot ๐Ÿ“ฆ๐Ÿš€