-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathrelease-drafter.yml
69 lines (64 loc) · 1.69 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name-template: '$RESOLVED_VERSION 🌈'
tag-template: '$RESOLVED_VERSION'
branches:
- master
categories:
- title: '💣 Breaking changes'
labels:
- 'Breaking Changes'
- title: '🚩 Changes to `settings.dist.py` / `local_settings.py`'
labels:
- 'settings_changes'
- title: '🚩 Database migration'
labels:
- 'New Migration'
- title: '🚩 Requires hash code recomputation'
labels:
- 'hashcode-update-needed'
- 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: '🖌 Updates in UI'
label: 'ui'
- title: '🗣 Updates in localization'
label: 'localization'
- title: '🧰 Maintenance'
collapse-after: 3
labels:
- 'dependencies'
- 'maintenance'
exclude-labels:
- 'skip-changelog'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
Please consult the [Upgrade notes in the documentation ](https://documentation.defectdojo.com/getting_started/upgrading/) for specific instructions for this release, and general upgrade instructions. Below is an automatically generated list of all PRs merged since the previous release.
## Changes since $PREVIOUS_TAG
$CHANGES
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch