diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000000000..a3518a4afbf9af --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,33 @@ +# .github/release.yml + +changelog: + exclude: + labels: + - scripts + authors: + - restyled-io + - octocat + - pullapprove + - jira + - issue-label-bot + - github-actions + - github-labels + - buildjet + categories: + - title: Security Fixes + labels: + - security + - title: Bug Fixes + labels: + - bug + - title: Spec Alignment Fixes + labels: + - spec + - title: Platform Fixes + labels: + - platform + - darwin + - android + - title: Other Changes + labels: + - "*"