Skip to content

Commit

Permalink
Make auto-generated release notes nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 5, 2024
1 parent 6075e7c commit afa744e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# Configuration for automatically generated release notes:
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
# We exclude PRs from bots and categorize PRs based on labels
changelog:
exclude:
authors:
- dependabot
- pre-commit-ci
categories:
- title: Breaking Changes 🛠
labels:
- breaking
- title: New Features 🎉
labels:
- enhancement
- title: Bug fixes 🐛
labels:
- bug
- title: Documentation 📝
labels:
- docs
- title: Other Changes
labels:
- "*"

0 comments on commit afa744e

Please sign in to comment.