Skip to content

Commit ddf449c

Browse files
added config file for automatic release note generation
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent b9a932f commit ddf449c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
#
3+
# SPDX-License-Identifier: MPL-2.0
4+
5+
changelog:
6+
exclude:
7+
labels:
8+
- github-actions
9+
authors:
10+
- dependabot
11+
categories:
12+
- title: Features and improvements
13+
labels:
14+
- feature
15+
- improvement
16+
- title: Bug fixes
17+
labels:
18+
- bug
19+
- title: Dependencies
20+
labels:
21+
- dependencies
22+
- title: Documentation
23+
labels:
24+
- documentation
25+
- title: Other Changes
26+
labels:
27+
- "*"

0 commit comments

Comments
 (0)