File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments