26 lines
422 B
YAML
26 lines
422 B
YAML
|
changelog:
|
||
|
exclude:
|
||
|
labels:
|
||
|
- ignore-for-release
|
||
|
authors:
|
||
|
- octocat
|
||
|
categories:
|
||
|
- title: Added
|
||
|
labels:
|
||
|
- enhancement
|
||
|
- title: Deprecated
|
||
|
labels:
|
||
|
- deprecated
|
||
|
- title: Removed
|
||
|
labels:
|
||
|
- removed
|
||
|
- title: Fixed
|
||
|
labels:
|
||
|
- bug
|
||
|
- title: Security
|
||
|
labels:
|
||
|
- security
|
||
|
- title: Changed
|
||
|
labels:
|
||
|
- "*"
|