From a521361f7c6c610a3a9ae9b01e92c82f474b8baa Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Wed, 21 May 2025 09:08:56 +0100 Subject: [PATCH] Update .gitea/workflows/relase.yml --- .gitea/workflows/relase.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/relase.yml b/.gitea/workflows/relase.yml index e2ac181..11681c7 100644 --- a/.gitea/workflows/relase.yml +++ b/.gitea/workflows/relase.yml @@ -69,9 +69,9 @@ jobs: with: milestone: '1.0.0' changelog: - issues: - exclude: - labels: ["wontfix", "question", "duplicate", "invalid"] + issues: + exclude: + labels: ["wontfix", "question", "duplicate", "invalid"] sections: - title: "Enhancements" labels: ["Kind/Enhancement", "Kind/Feature"]