-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrelease.yml
More file actions
34 lines (33 loc) · 906 Bytes
/
release.yml
File metadata and controls
34 lines (33 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Configures GitHub's auto-generated release notes categories.
# Used by `gh release create --generate-notes` in publish-docker.yml,
# and visible in the GitHub "Generate release notes" UI when drafting releases.
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
categories:
- title: "🚀 New Features"
labels:
- enhancement
- feature
- title: "🐛 Bug Fixes"
labels:
- bug
- fix
- title: "🔒 Security"
labels:
- security
- title: "📦 Dependencies"
labels:
- dependencies
- docker
- title: "⚙️ CI / Build"
labels:
- ci
- github-actions
- build
- title: "📚 Documentation"
labels:
- documentation
- docs
- title: "🔧 Other Changes"
labels:
- "*"