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/04 18:22:27 UTC

[streampipes] branch dev updated: [#805] create custom release notes configuration (#829)

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 a0080b96a [#805] create custom release notes configuration (#829)
a0080b96a is described below

commit a0080b96a54ac6a30dcb8295973ca35715bbdb17
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Sun Dec 4 19:22:22 2022 +0100

    [#805] create custom release notes configuration (#829)
    
    * [#805] create custom release notes configuration
    
    * [#805] add file header
---
 .github/release.yml | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 000000000..971500cb2
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,39 @@
+  <!--
+    ~ Licensed to the Apache Software Foundation (ASF) under one or more
+    ~ contributor license agreements.  See the NOTICE file distributed with
+    ~ this work for additional information regarding copyright ownership.
+    ~ The ASF licenses this file to You under the Apache License, Version 2.0
+    ~ (the "License"); you may not use this file except in compliance with
+    ~ the License.  You may obtain a copy of the License at
+    ~
+    ~    http://www.apache.org/licenses/LICENSE-2.0
+    ~
+    ~ Unless required by applicable law or agreed to in writing, software
+    ~ distributed under the License is distributed on an "AS IS" BASIS,
+    ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    ~ See the License for the specific language governing permissions and
+    ~ limitations under the License.
+    ~
+    -->
+
+changelog:
+  exclude:
+    labels:
+      - dependencies
+  categories:
+    - title: New Features 🚀
+      labels:
+        - enhancement
+    - title: Bug fixes 🧰
+      labels:
+        - bug
+    - title: Breaking changes 💣
+      labels:
+        - breaking change
+    - title: Deprecation âš 
+      labels:
+        - deprecation
+    - title: Documentation & Website 📚
+      labels:
+        - documentation
+        - website
\ No newline at end of file