Release note question: I see we added a

Release note question: I see we added a "UX" label. Do we want to put that in a separate section, or together with Features?

(right now, we have the following groups, with the associated labels:
                {
                    "title": "## :rocket: Features",
                    "labels": ["feature", "enhancement"]
                },
                {
                    "title": "## :bug: Fixes",
                    "labels": ["fix", "bugfix"]
                },
                {
                    "title": "## :tools: Infrastructure",
                    "labels": ["infrastructure"]
                },
                {
                    "title": "## :package: Dependencies / Maintenance",
                    "labels": ["dependencies", "maintenance"]
                },

)
Was this page helpful?