diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..11251c5533 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,29 @@ +changelog: + exclude: + labels: + - "ignore-changelog" + categories: + - title: ":rocket: New Error Prone checks and Refaster templates" + labels: + - "new feature" + - title: ":sparkles: Improvements" + labels: + - "improvement" + - title: ":warning: Update considerations and deprecations" + labels: + - "breaking change" + - "deprecation" + - 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: + - "*"