You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/03/11 13:22:07 UTC

[streampipes] branch rel/0.91.0 updated: [hotfix] refine changelog structure

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch rel/0.91.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/rel/0.91.0 by this push:
     new b48c8240b [hotfix] refine changelog structure
b48c8240b is described below

commit b48c8240bd1a43824206d09c3de318748d518e9b
Author: bossenti <bo...@posteo.de>
AuthorDate: Sat Mar 11 14:21:55 2023 +0100

    [hotfix] refine changelog structure
---
 .github/release.yml | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/.github/release.yml b/.github/release.yml
index c790f91ec..079906365 100644
--- a/.github/release.yml
+++ b/.github/release.yml
@@ -20,16 +20,25 @@ changelog:
     labels:
       - no release note
   categories:
-    - title: New Features 🚀
+    - title: StreamPipes Core 🥑
       labels:
-        - enhancement
+        - backend
+    - title: StreamPipes Connect 🔌
+      labels:
+        - connect
+    - title: StreamPipes Pipeline elements ⚙️
+      labels:
+        - pipeline elements
+    - title: StreamPipes UI 🖥️
+      labels:
+        - ui
     - title: Bug fixes 🧰
       labels:
         - bug
     - title: Breaking changes 💣
       labels:
         - breaking change
-    - title: Deprecation ⚠
+    - title: Deprecation ⚠️
       labels:
         - deprecation
     - title: Documentation & Website 📚