-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrelease.yml
More file actions
33 lines (32 loc) · 859 Bytes
/
release.yml
File metadata and controls
33 lines (32 loc) · 859 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
# Configuration for automatically generated release notes
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
header: |
📋 **Full Changelog**: See [CHANGELOG.md](https://github.com/github/copilot-sdk-java/blob/main/CHANGELOG.md) for detailed release notes.
exclude:
labels:
- ignore-for-release
authors:
- dependabot
- github-actions[bot]
categories:
- title: 🚀 Features
labels:
- enhancement
- feature
- title: 🐛 Bug Fixes
labels:
- bug
- fix
- title: 📚 Documentation
labels:
- documentation
- docs
- title: 🔧 Maintenance
labels:
- chore
- maintenance
- dependencies
- title: 📦 Other Changes
labels:
- "*"