-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make auto-generated release notes nicer
- Loading branch information
1 parent
6075e7c
commit afa744e
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
- "*" |