Skip to content

Commit 9b2e3ce

Browse files
feat: add security release label (#719)
1 parent fd200cf commit 9b2e3ce

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
- name: breaking-change
2727
description: for breaking changes in the changelog.
2828
color: ff0000
29+
- name: security
30+
description: for security fixes and improvements in the changelog.
31+
color: AA1111
2932
- name: ignore-for-release
3033
description: PRs you do not want to render in the changelog
3134
color: 7b8eac

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ changelog:
99
- title: ⚠️ Breaking Change
1010
labels:
1111
- breaking-change
12+
- title: 🔒 Security Fixes
13+
labels:
14+
- security
1215
- title: 🐛 Bug Fixes
1316
labels:
1417
- bugfix

0 commit comments

Comments
 (0)