-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease.yml
More file actions
54 lines (44 loc) · 1002 Bytes
/
release.yml
File metadata and controls
54 lines (44 loc) · 1002 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
45
46
47
48
49
50
51
52
53
54
# Configuration for automatically generated release notes
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
exclude:
labels:
- skip-changelog
- chore
categories:
- title: "Breaking Changes"
labels:
- breaking-change
- breaking
- title: "New Features"
labels:
- enhancement
- feature
- new-feature
- title: "Bug Fixes"
labels:
- bug
- bugfix
- fix
- title: "Performance Improvements"
labels:
- performance
- perf
- title: "Documentation"
labels:
- documentation
- Documentation
- docs
- title: "Deprecations"
labels:
- deprecation
- deprecated
- title: "Security"
labels:
- security
- title: "Dependencies"
labels:
- dependencies
- title: "Other Changes"
labels:
- "*"