We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd200cf commit 9b2e3ceCopy full SHA for 9b2e3ce
2 files changed
.github/labels.yml
@@ -26,6 +26,9 @@
26
- name: breaking-change
27
description: for breaking changes in the changelog.
28
color: ff0000
29
+- name: security
30
+ description: for security fixes and improvements in the changelog.
31
+ color: AA1111
32
- name: ignore-for-release
33
description: PRs you do not want to render in the changelog
34
color: 7b8eac
.github/release.yml
@@ -9,6 +9,9 @@ changelog:
9
- title: ⚠️ Breaking Change
10
labels:
11
- breaking-change
12
+ - title: 🔒 Security Fixes
13
+ labels:
14
+ - security
15
- title: 🐛 Bug Fixes
16
17
- bugfix
0 commit comments