root / .github / release.yml @ master
Historique | Voir | Annoter | Télécharger (831 octets)
1 |
---
|
---|---|
2 |
# Managed by modulesync - DO NOT EDIT
|
3 |
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
4 |
|
5 |
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
|
6 |
|
7 |
changelog:
|
8 |
exclude:
|
9 |
labels:
|
10 |
- duplicate
|
11 |
- invalid
|
12 |
- modulesync
|
13 |
- question
|
14 |
- skip-changelog
|
15 |
- wont-fix
|
16 |
- wontfix
|
17 |
|
18 |
categories:
|
19 |
- title: Breaking Changes 🛠
|
20 |
labels:
|
21 |
- backwards-incompatible
|
22 |
|
23 |
- title: New Features 🎉
|
24 |
labels:
|
25 |
- enhancement
|
26 |
|
27 |
- title: Bug Fixes 🐛
|
28 |
labels:
|
29 |
- bug
|
30 |
|
31 |
- title: Documentation Updates 📚
|
32 |
labels:
|
33 |
- documentation
|
34 |
- docs
|
35 |
|
36 |
- title: Dependency Updates ⬆️
|
37 |
labels:
|
38 |
- dependencies
|
39 |
|
40 |
- title: Other Changes
|
41 |
labels:
|
42 |
- "*"
|