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