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:18:09 UTC

[streampipes] branch rel/0.90.0 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 rel/0.90.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


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

commit 1d667eacc789f09d36844ba179a4f1e9b65b401b
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