-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathrelease.yml
42 lines (42 loc) · 1.08 KB
/
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
changelog:
exclude:
labels:
- release-notes:skip
- release-notes:flaky-test-fix
- release-notes:unreleased-feature-changes
- release-notes:unreleased-bug-fix
- release-notes:formatting
categories:
- title: User impact 🛠
labels:
- release-notes:user-impact
- title: Breaking Changes 🛠
labels:
- release-notes:breaking-change
- title: New Features 🎉
labels:
- release-notes:new-feature
- title: Improvements
labels:
- release-notes:improvement
- title: Bug Fixes
labels:
- release-notes:bug-fix
- title: Maintenance
labels:
- release-notes:maintenance
- release-notes:logging
- release-notes:refactor
- title: Documentation changes
labels:
- release-notes:documentation-changes
- title: Build System
labels:
- release-notes:build-system
- title: Dependencies
labels:
- release-notes:dependency
- title: Other Changes
labels:
- release-notes:misc
- "*"