Commit fb02e339fe4b38628aea7625d76d5e336d732a0c

Edward Thomson 2022-07-13T12:27:43

meta: update release.yml for security information

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/.github/release.yml b/.github/release.yml
index c3c8da2..79158f4 100644
--- a/.github/release.yml
+++ b/.github/release.yml
@@ -6,10 +6,13 @@ changelog:
   - title: Bug fixes
     labels:
     - bug
+  - title: Security fixes
+    labels:
+    - security
   - title: Code cleanups
     labels:
     - cleanup
-  - title: CI improvements
+  - title: Build and CI improvements
     labels:
     - build
   - title: Documentation improvements