Files
server/.github/release.yml
Daniel James Smith 2c9be6fa4c [PM-34456] Innovation Sprint: Enable generating automated release notes (#7362)
* Enable generating automated release notes

* Update release.yml template

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2026-04-06 20:08:24 +02:00

35 lines
735 B
YAML

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: "💙 Community Highlight"
labels:
- community-pr
- title: ":shipit: Feature Development"
labels:
- t:feature
- t:feature-app
- t:feature-tool
- t:new-feature
- t:enhancement
- title: "❗ Breaking Changes"
labels:
- t:breaking-change
- title: "🐛 Bug fixes"
labels:
- t:bugfix
- title: "⚙️ Maintenance"
labels:
- t:tech-debt
- t:ci
- t:docs
- t:misc
- title: "📦 Dependency Updates"
labels:
- major-updates
- t:deps
- title: "🎨 Other"
labels:
- "*"