-
Notifications
You must be signed in to change notification settings - Fork 452
/
release.yml
45 lines (44 loc) · 933 Bytes
/
release.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
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: 🛠 Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: 🎉 Exciting New Features
labels:
- Semver-Minor
- enhancement
- 'Feature Request'
- new
- UI
- API
- title: 🪲 Bugs
labels:
- bug
- 'P0 - Urgent'
- title: Core Functionality
labels:
- 'Installation and Upgrade'
- Configuration
- title: 💬 Localization
labels:
- Localization
- title: 'Inner Beauty'
labels:
- development
- build
- 'Code Smell'
- 'Backend System'
- title: 👒 Dependencies
labels:
- dependencies
- 'Package Dependencies'
- title: Other Changes
labels:
- "*"