diff options
| author | Mark Otto <[email protected]> | 2020-04-14 12:15:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-14 12:15:46 -0700 |
| commit | 5136228368f1eabbbcc0f817ff30c3a1e46c8104 (patch) | |
| tree | dacaa4701b378bf769430276b611c78d76e6d172 | |
| parent | 33d08209f9de604e3262576581b312da92920801 (diff) | |
| download | bootstrap-5136228368f1eabbbcc0f817ff30c3a1e46c8104.tar.xz bootstrap-5136228368f1eabbbcc0f817ff30c3a1e46c8104.zip | |
Update release-drafter.yml
| -rw-r--r-- | .github/release-drafter.yml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e76d3de10..5c7dfd0b8 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 |
