diff --git a/.github/labels.yml b/.github/labels.yml index 914b4a7..bc189cd 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -26,6 +26,9 @@ - name: breaking-change description: for breaking changes in the changelog. color: ff0000 +- name: security + description: for security fixes and improvements in the changelog. + color: AA1111 - name: community-contribution description: contributions from the community. color: 22ee47 diff --git a/.github/release.yml b/.github/release.yml index a2318fa..5bf07fc 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -9,6 +9,9 @@ changelog: - title: ⚠️ Breaking Change labels: - breaking-change + - title: 🔒 Security Fixes + labels: + - security - title: 🐛 Bug Fixes labels: - bugfix