mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
30 lines
749 B
YAML
30 lines
749 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- "ignore-changelog"
|
|
categories:
|
|
- title: ":warning: Update considerations and deprecations"
|
|
labels:
|
|
- "breaking change"
|
|
- "deprecation"
|
|
- title: ":rocket: New Error Prone checks and Refaster rules"
|
|
labels:
|
|
- "new feature"
|
|
- title: ":sparkles: Improvements"
|
|
labels:
|
|
- "improvement"
|
|
- title: ":bug: Bug fixes"
|
|
labels:
|
|
- "bug"
|
|
- "bug fix"
|
|
- title: ":books: Documentation, test and build improvements"
|
|
labels:
|
|
- "documentation"
|
|
- "chore"
|
|
- title: ":chart_with_upwards_trend: Dependency upgrades"
|
|
labels:
|
|
- "dependencies"
|
|
- title: "Other changes"
|
|
labels:
|
|
- "*"
|