From a193ebab9e3cdc775ba0dae07b755c19cae01b2d Mon Sep 17 00:00:00 2001 From: Benjamin Thomas Schwertfeger Date: Wed, 1 Jan 2025 13:02:57 +0100 Subject: [PATCH] Update release.yaml --- .github/release.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/release.yaml diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 0000000..5315a53 --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,37 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2023 Benjamin Thomas Schwertfeger +# GitHub: https://github.com/btschwertfeger +# +# Config file to auto-generate release notes based on +# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes + +changelog: + exclude: + # labels: + # - ignore-for-release + # authors: + # - john-doe + categories: + - title: Breaking Changes ⚠️ + labels: + - Breaking + - breaking + - title: Implemented Enhancements 🎉 + labels: + - Feature + - enhancement + - title: Fixed Bugs 🪲 + labels: + - Bug + - bug + - title: Other Changes + labels: + - "*" + exclude: + labels: + - dependencies + - github_actions + - title: 👒 Dependencies + labels: + - dependencies + - github_actions