forked from DefectDojo/django-DefectDojo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-drafter.yml
42 lines (42 loc) · 1015 Bytes
/
release-drafter.yml
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
name-template: '$NEXT_MINOR_VERSION 🌈'
tag-template: '$NEXT_MINOR_VERSION'
branches:
- master
categories:
- title: '💣 Breaking changes'
labels:
- 'Breaking Changes'
- title: '🚩 Requires settings change or database migration'
labels:
- 'settings_changes'
- 'New Migration'
- title: '🚩 Security'
labels:
- 'security'
- title: '🚀 New importers'
labels:
- 'Import Scans'
- title: '🚀 General features and enhancements'
labels:
- 'feature'
- 'enhancement'
- 'performance'
- title: '🚀 API features and enhancements'
label: 'apiv2'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: 📝 Documentation updates
label: 'documentation'
- title: '🧰 Maintenance'
labels:
- 'dependencies'
- 'maintenance'
exclude-labels:
- 'skip-changelog'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes since $PREVIOUS_TAG
$CHANGES