diff options
| author | Mark Otto <[email protected]> | 2022-02-26 11:17:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-26 15:00:54 -0800 |
| commit | 0cf36335d66bf47e03587f798cf3fc5666eb7994 (patch) | |
| tree | 905499aba54885af87bbfa1d810ae73230da0bf8 | |
| parent | f98838136515ba2f9c6196b8476fd538e82371da (diff) | |
| download | bootstrap-0cf36335d66bf47e03587f798cf3fc5666eb7994.tar.xz bootstrap-0cf36335d66bf47e03587f798cf3fc5666eb7994.zip | |
Update release-drafter.yml
| -rw-r--r-- | .github/release-drafter.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 5d0f45de8..0289984be 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -7,6 +7,9 @@ categories: - title: '❗ Breaking Changes' labels: - 'breaking-change' + - title: '🚀 Highlights' + labels: + - 'release-highlight' - title: '🚀 Features' labels: - 'new-feature' |
