forked from gradle/declarative-gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-drafter.yml
59 lines (55 loc) · 1.34 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
# Configuration for Release Drafter: https://github.com/release-drafter/release-drafter
name-template: v$NEXT_PATCH_VERSION
tag-template: v$NEXT_PATCH_VERSION
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: 💥 Breaking changes
labels:
- breaking
- title: 🚀 New features and improvements
labels:
- enhancement
- title: 🐛 Bug fixes
labels:
- bug
- title: 📦 Dependency updates
labels:
- dependencies
collapse-after: 15
- title: 📝 Documentation updates
labels:
- documentation
- title: 🌐 Community-related changes
labels:
- community
- title: 👻 Maintenance
labels:
- chore
- maintenance
- title: 🚦 Tests
labels:
- test
- title: ✍ Other changes
exclude-labels:
- skip-changelog
- invalid
template: |
<!-- Optional: add a release summary here -->
$CHANGES
replacers:
- search: 'NiA'
replace: '[Now in Android](https://github.com/gradle/nowinandroid/tree/main-declarative)'
- search: 'NIA'
replace: '[Now in Android](https://github.com/gradle/nowinandroid/tree/main-declarative)'
autolabeler:
- label: 'documentation'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'