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
15 changes: 15 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Configuration for GitHub's auto-generated release notes.
#
# GitHub categorises entries by the PULL REQUEST'S LABELS only β€” it does not
# read commit messages or PR titles. An unlabelled PR falls through to the "*"
# catch-all at the bottom, which is how the v2.12.1 security and dependency
# work ended up filed under "Other Changes". Label PRs before merging, or the
# categories below do nothing.
#
# Every label named here exists in the repo; keep it that way when adding more.

changelog:
categories:
- title: πŸš€ New Features
Expand Down Expand Up @@ -32,6 +42,11 @@ changelog:
- maintenance
- refactor
- chore
- title: πŸ—οΈ Build & Tooling
labels:
- build
- ci
- tooling
- title: πŸ”’ Security
labels:
- security
Expand Down