Skip to content

Commit 35118ff

Browse files
release changelog structure based on label (#25)
2 parents 9b8c85b + db9a9eb commit 35118ff

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/release.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SPDX-FileCopyrightText: 2024 Ledger SAS
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
changelog:
6+
exclude:
7+
labels:
8+
- ignore-for-release
9+
categories:
10+
- title: New features and enhancements 🎉
11+
labels:
12+
- feature
13+
- enhancement
14+
- title: Bug fixes 🐛
15+
labels:
16+
- bug
17+
- title: CI/CD evolutions
18+
labels:
19+
- ci-cd
20+
- title: Documentation and support
21+
labels:
22+
- documentation 📚
23+
- title: Other Changes
24+
labels:
25+
- "*"

0 commit comments

Comments
 (0)