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 2022/12/27 19:58:14 UTC

[streampipes] 01/01: add section about dependency updates to release notes

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

bossenti pushed a commit to branch chore/release-notes-dependencies
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit d1ece023531dac6281401e13d19b14063d4fb544
Author: bossenti <bo...@posteo.de>
AuthorDate: Tue Dec 27 20:58:00 2022 +0100

    add section about dependency updates to release notes
---
 .github/release.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/release.yml b/.github/release.yml
index 971500cb2..4fde5da98 100644
--- a/.github/release.yml
+++ b/.github/release.yml
@@ -36,4 +36,7 @@ changelog:
     - title: Documentation & Website 📚
       labels:
         - documentation
-        - website
\ No newline at end of file
+        - website
+    - title: Dependency Updates 📦
+      labels:
+        - dependencies
\ No newline at end of file