diff --git a/.github/release.yml b/.github/release.yml index 9291993..2a39454 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -21,15 +21,27 @@ changelog: labels: - enhancement - new feature + exclude: + labels: + - internal - title: Bug fixes 🐞 labels: - bug + exclude: + labels: + - internal - title: Documentation 📝 labels: - documentation + exclude: + labels: + - internal - title: Dependencies 👷 labels: - dependencies + exclude: + labels: + - internal - title: Other changes labels: - "*"