Skip to content

Commit 11f4ca0

Browse files
committed
add release changelog configuration
Signed-off-by: Andre Bossert <anb0s@anbos.de>
1 parent 12d7ea5 commit 11f4ca0

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.github/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# .github/release.yml
2+
# see: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
4+
changelog:
5+
exclude:
6+
labels:
7+
- ignore-for-release
8+
categories:
9+
- title: Breaking Changes 🛠
10+
labels:
11+
- Semver-Major
12+
- breaking-change
13+
- title: New Features 🎉
14+
labels:
15+
- Semver-Minor
16+
- enhancement
17+
- title: Bug Fixes 🐛
18+
labels:
19+
- Semver-Patch
20+
- bug
21+
- title: Other Changes ✔️
22+
labels:
23+
- "*"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding//.github/release.yml=UTF-8

0 commit comments

Comments
 (0)