Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading