Omit internal and documentation changes from changelog (#4814)

This commit is contained in:
Charlie Marsh 2023-06-02 11:39:37 -04:00 committed by GitHub
parent ebdc4afc33
commit 3ff1f003f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.github/release.yml vendored
View File

@ -1,5 +1,9 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes # https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
changelog: changelog:
exclude:
labels:
- internal
- documentation
categories: categories:
- title: Breaking Changes - title: Breaking Changes
labels: labels:
@ -11,6 +15,7 @@ changelog:
- title: Settings - title: Settings
labels: labels:
- configuration - configuration
- cli
- title: Bug Fixes - title: Bug Fixes
labels: labels:
- bug - bug