From 0bf2b06d0eed91a44e663276fcc0dae98f499bc8 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 31 Jul 2023 14:39:34 +0200 Subject: [PATCH] use github action release-changelog-builder-action instead of auto-changelog in publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f0b49b6b0..c499c699f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -279,7 +279,7 @@ jobs: }, { "title": "### 💬 Refactoring, Documentation & Other", - "labels": ["chore", docs","other","refactor"] + "labels": ["chore","ci","docs","refactor"] }, { "title": "### 📦 Build & Dependencies",