diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e76d3de100..5c7dfd0b88 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -14,14 +14,26 @@ categories: - 'fix' - 'bugfix' - 'bug' + - title: '🎨 CSS' + labels: + - 'css' + - title: '☕️ JavaScript' + labels: + - 'js' - title: '📖 Docs' labels: - 'docs' + - title: '🌎 Accessibility' + labels: + - 'accessibility' - title: '📦 Dependencies' labels: - 'dependencies' - - title: '🧰 Maintenance' - label: 'chore' + - title: '🧰 Misc' + labels: + - 'build' + - 'meta' + - 'chore' change-template: '- #$NUMBER: $TITLE' template: | ## Changes