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/31 09:16:04 UTC

[streampipes] branch dev updated: add section about dependency updates to release notes (#906)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new a921caede add section about dependency updates to release notes (#906)
a921caede is described below

commit a921caede401a560dc3d820e55512852b0b56342
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Sat Dec 31 10:15:59 2022 +0100

    add section about dependency updates to release notes (#906)
    
    * add section about dependency updates to release notes
    
    * exclude changes with corresponding label
---
 .github/release.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/release.yml b/.github/release.yml
index 971500cb2..d89c184f9 100644
--- a/.github/release.yml
+++ b/.github/release.yml
@@ -19,7 +19,7 @@
 changelog:
   exclude:
     labels:
-      - dependencies
+      - no release note
   categories:
     - title: New Features 🚀
       labels:
@@ -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