mirror of
https://github.com/bitwarden/server.git
synced 2026-04-12 00:31:55 -05:00
* Enable generating automated release notes * Update release.yml template --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
35 lines
735 B
YAML
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:
|
|
- "*"
|