From aa12ec57244f3b8c87c43db6a18b34fe6f3c4758 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Mon, 27 Jan 2025 15:58:52 +0000 Subject: [PATCH] chore: Sync release.yml with Zenoh's --- .github/release.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: - "*"