Skip to content

Commit 3addde7

Browse files
Add release.yaml (#151)
1 parent 4d0c646 commit 3addde7

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/release.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3+
# GitHub: https://github.com/btschwertfeger
4+
#
5+
# Config file to auto-generate release notes based on
6+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
7+
8+
changelog:
9+
exclude:
10+
# labels:
11+
# - ignore-for-release
12+
# authors:
13+
# - john-doe
14+
categories:
15+
- title: Breaking Changes ⚠️
16+
labels:
17+
- Breaking
18+
- breaking
19+
- title: Implemented Enhancements 🎉
20+
labels:
21+
- Feature
22+
- enhancement
23+
- title: Fixed Bugs 🪲
24+
labels:
25+
- Bug
26+
- bug
27+
- title: Other Changes
28+
labels:
29+
- "*"
30+
exclude:
31+
labels:
32+
- dependencies
33+
- github_actions
34+
- title: 👒 Dependencies
35+
labels:
36+
- dependencies
37+
- github_actions

0 commit comments

Comments
 (0)