From 012483691f90777f57ce7774f59e308459437f21 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Mon, 4 Nov 2024 11:49:14 +0100 Subject: [PATCH] chore: template for auto generated release notes --- .github/release.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..23d56cf --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,35 @@ +# +# Copyright (c) 2023 ZettaScale Technology +# +# This program and the accompanying materials are made available under the +# terms of the Eclipse Public License 2.0 which is available at +# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 +# which is available at https://www.apache.org/licenses/LICENSE-2.0. +# +# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 +# +# Contributors: +# ZettaScale Zenoh Team, +# + +changelog: + categories: + - title: Breaking changes 💥 + labels: + - breaking-change + - title: New features 🎉 + labels: + - enhancement + - new feature + - title: Bug fixes 🐞 + labels: + - bug + - title: Documentation 📝 + labels: + - documentation + - title: Dependencies 👷 + labels: + - dependencies + - title: Other changes + labels: + - "*" \ No newline at end of file