-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathrelease.yml
More file actions
44 lines (43 loc) · 875 Bytes
/
release.yml
File metadata and controls
44 lines (43 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0
changelog:
exclude:
labels:
- skip-changelog
categories:
- title: 💣 Breaking
labels:
- breaking
- title: 🚀 Features
labels:
- enhancement
- title: 🚓 Security Scanner
labels:
- scanner
- title: ⚓️ Hooks
labels:
- hook
- title: 🐛 Bug Fixes
labels:
- bug
- title: 🧪 Test
labels:
- test
- testing
- title: 📚 Documentation
labels:
- docs
- documentation
- title: 🔧 Maintenance
labels:
- maintenance
- title: 📌 Dependencies
labels:
- dependencies
- title: ⛩️ DefectDojo
labels:
- defectdojo
- title: Other Changes
labels:
- "*"