Skip to content

Commit

Permalink
Add release.yaml (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger authored Jan 1, 2025
1 parent 4d0c646 commit 3addde7
Showing 1 changed file with 37 additions and 0 deletions.
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

0 comments on commit 3addde7

Please sign in to comment.