We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4bba4 commit 5430851Copy full SHA for 5430851
.github/release.yml
@@ -1,17 +1,18 @@
1
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2
3
changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
categories:
- - title: Breaking Changes
8
+ - title: 🌟 Breaking Changes
9
labels:
10
- Major
11
- Breaking
- - title: New Features
12
+ - title: 🚀 New Features
13
14
- Minor
15
- Feature
- - Improvement
- - Enhancement
16
- title: Other Changes
17
18
- '*'
0 commit comments